aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2010-01-30 22:48:06 +0100
committerLoïc Minier <lool@dooz.org>2010-01-30 22:48:06 +0100
commite6df348b21fa34b537301dc09f4ee4ce6d36757f (patch)
treee2c3e5a3bad68d99c21cddb26b08489ea4b22a28
parent7f392bad11c4bbaea33cd4c1a904ef077e967f1f (diff)
downloadpbuilder-e6df348b21fa34b537301dc09f4ee4ce6d36757f.tar
pbuilder-e6df348b21fa34b537301dc09f4ee4ce6d36757f.tar.gz
Fix misc man page typos
-rw-r--r--pbuilder.88
-rw-r--r--pbuilderrc.56
-rw-r--r--pdebuild.16
3 files changed, 10 insertions, 10 deletions
diff --git a/pbuilder.8 b/pbuilder.8
index a1f45d8..eda054d 100644
--- a/pbuilder.8
+++ b/pbuilder.8
@@ -333,7 +333,7 @@ pbuilderrc. To clear the list of options, pass the empty string, e.g.
\-\-debbuildopts "".
Multiple options are delimited with spaces,
-like \-\-debbuildopts "-j100 -E"
+like \-\-debbuildopts "\-j100 \-E"
.TP
.BI "\-\-logfile [" "file to log" "]"
@@ -583,7 +583,7 @@ settings set in other configuration files.
.B "pbuilder --create"
.nf
-# pbuilder --create
+# pbuilder \-\-create
Distribution is sid.
Building the build environment
-> running debootstrap
@@ -599,7 +599,7 @@ I: Validating Packages
.B "pbuilder --update"
.nf
-# pbuilder --update
+# pbuilder \-\-update
W: /home/dancer/.pbuilderrc does not exist
Building the build Environment
-> extracting base tarball [/var/cache/pbuilder/base.tgz]
@@ -611,7 +611,7 @@ Building the build Environment
.B "pbuilder --build"
.nf
-# pbuilder --build dsh_*.dsc
+# pbuilder \-\-build dsh_*.dsc
I: using fakeroot in build.
Current time: Sat Jan 20 12:03:34 JST 2007
pbuilder-time-stamp: 1169262214
diff --git a/pbuilderrc.5 b/pbuilderrc.5
index 2dd6187..b6a83f2 100644
--- a/pbuilderrc.5
+++ b/pbuilderrc.5
@@ -197,7 +197,7 @@ When this option is set to
.B "pbuilder"
will invoke
.B "$DEBOOTSTRAP"
-with "--variant=buildd"
+with "\-\-variant=buildd"
option, which results in debootstrap creating a minimal chroot for
buildd instead of trying to create a minimal installation chroot.
.B "DEBOOTSTRAP"
@@ -396,13 +396,13 @@ option, and create a logfile named after the package name.
Specify what pbuilder implementation to use for pdebuild.
The currently possible values are
.B "pbuilder"
-and
+and
.B "cowbuilder"
.TP
.BI "AUTOCLEANAPTCACHE=" "yes"
Always run with
--B "--autocleanaptcache"
+.B "\-\-autocleanaptcache"
option.
.SH "AUTHOR"
diff --git a/pdebuild.1 b/pdebuild.1
index d65863a..5ce6cbb 100644
--- a/pdebuild.1
+++ b/pdebuild.1
@@ -171,13 +171,13 @@ dpkg-buildpackage: source version without epoch 0.26
fakeroot debian/rules clean
dh_testdir
dh_testroot
-rm -f build-stamp configure-stamp
+rm \-f build-stamp configure-stamp
/usr/bin/make clean
make[1]: Entering directory `/home/dancer/DEBIAN/cowdancer/cowdancer'
-rm -f *~ *.o *.lo libcowdancer.so cow-shell cowbuilder
+rm \-f *~ *.o *.lo libcowdancer.so cow-shell cowbuilder
make[1]: Leaving directory `/home/dancer/DEBIAN/cowdancer/cowdancer'
dh_clean
- dpkg-source -b cowdancer
+ dpkg-source \-b cowdancer
dpkg-source: warning: source directory `./cowdancer' is not <sourcepackage>-<upstreamversion> `cowdancer-0.26'
dpkg-source: building cowdancer in cowdancer_0.26.tar.gz
.