summaryrefslogtreecommitdiff
path: root/doc/makepkg.8.txt
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-03-23 01:43:58 -0500
committerDan McGee <dan@archlinux.org>2011-03-23 02:07:47 -0500
commit7d899910c5453162c1564dd4bbb1c728368280f8 (patch)
treeed6613cc8c624051fff7cfe20be521da4901f789 /doc/makepkg.8.txt
parent5eca2fbdf10d91274433635e2dde0dec3e3994a1 (diff)
Documentation consistency fixes
Fix the way we were referring to paths (use ``), .pac* extensions (use ''), and other general things across our main manpages. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/makepkg.8.txt')
-rw-r--r--doc/makepkg.8.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt
index 164f404d..c59800c6 100644
--- a/doc/makepkg.8.txt
+++ b/doc/makepkg.8.txt
@@ -52,7 +52,7 @@ Options
Removes all cached source files from the directory specified in `SRCDEST`
in linkman:makepkg.conf[5].
-*--config* <`/path/to/config`>::
+*\--config* <file>::
Use an alternate config file instead of the `{sysconfdir}/makepkg.conf`
default.
@@ -118,7 +118,7 @@ Options
`\--noextract` option if you wish to tweak the files in src/ before
building.
-*-p* <`buildscript`>::
+*-p* <buildscript>::
Read the package script `buildscript` instead of the `PKGBUILD` default;
see linkman:PKGBUILD[5].
@@ -150,7 +150,7 @@ Options
remote builder, or a tarball upload. Because integrity checks are verified,
all source files of the package need to be present or downloadable.
-*\--pkg <`list`>*::
+*\--pkg <list>*::
Only build listed packages from a split package. The use of quotes is
necessary when specifying multiple packages. e.g. `--pkg "pkg1 pkg3"`