diff --git a/debian/changelog b/debian/changelog index 06192e0..4aa08c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ ubuntu-dev-tools (0.58) UNRELEASED; urgency=low - * Changes go here. + [ Loic Minier ] + * Fix a bunch of hyphen-used-as-minus-sign lintian informational tags. -- Jonathan Davies Sat, 17 Jan 2009 21:04:55 +0000 diff --git a/doc/manage-credentials.1 b/doc/manage-credentials.1 index 922fcba..b0bf04d 100644 --- a/doc/manage-credentials.1 +++ b/doc/manage-credentials.1 @@ -50,13 +50,13 @@ Launchpad token. 0 is unauthorized, 1 is read public data, 2; write public data, There are currently two ways of using \fBmanage-credentials\fR to get Launchpad tokens. .TP -1) manage-credentials create -c CONSUMER --level 2 +1) manage-credentials create \-c CONSUMER \-\-level 2 .TP This way shall open your webbrowser with a Launchpad login page. .TP -2) manage-credentials create -c CONSUMER --level 2 --password BOO --email me@example.com +2) manage-credentials create \-c CONSUMER \-\-level 2 \-\-password BOO \-\-email me@example.com .TP This is a hack, but it works and does not require a webbrowser . @@ -66,7 +66,7 @@ If you intend to use manage-credentials for Ubuntu development (such as the ubuntu-dev-tools package). Please by sure to run the following: .TP -manage-credentials create -c ubuntu-dev-tools -l 2 +manage-credentials create \-c ubuntu-dev-tools \-l 2 .SH AUTHOR .B manage-credentials diff --git a/doc/mk-sbuild-lv.1 b/doc/mk-sbuild-lv.1 index b15e5f6..8d735b3 100644 --- a/doc/mk-sbuild-lv.1 +++ b/doc/mk-sbuild-lv.1 @@ -27,7 +27,7 @@ What personality to use (defaults to match \-\-arch). Turn on script debugging. .TP .B \-\-skip\-updates -Do not include the -updates pocket in the installed sources.list. +Do not include the \-updates pocket in the installed sources.list. .TP .B \-\-source\-template=FILE Use FILE as the sources.list template (defaults to $HOME/.mk\-sbuild\-lv.sources). @@ -48,7 +48,7 @@ Size of snapshot LVs (defaults to 4G). Lines to append to schroot entries. .TP .B SKIP_UPDATES -Do not include the -updates pocket in the installed sources.list. +Do not include the \-updates pocket in the installed sources.list. .SH FILES .TP @@ -66,7 +66,7 @@ Can contain a customized configuration section to be inserted into See schroot.conf(5) for more details on the format. .SH USING THE CHROOTS .TP -To UPDATE the golden image: \fBschroot \-c ${CHROOT_NAME}\-source -u root \-\- sh \-c apt\-get update && apt\-get \-y upgrade\fR +To UPDATE the golden image: \fBschroot \-c ${CHROOT_NAME}\-source \-u root \-\- sh \-c apt\-get update && apt\-get \-y upgrade\fR .TP To ENTER an image snapshot: \fBschroot \-c ${CHROOT_NAME}\fR .TP