summaryrefslogtreecommitdiffstats
path: root/doc/makepkg.conf.5.txt
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2009-01-13 06:44:06 +0100
committerDan McGee <dan@archlinux.org>2009-01-13 07:11:17 +0100
commitd7345da5ba798bdcc311d3f044e1837697ecc566 (patch)
tree0e31ffaea2e7b6b2411f2db58d008a0f92f42d98 /doc/makepkg.conf.5.txt
parentb369f71fd62effa611214f5afc3de8568533253a (diff)
downloadpacman-d7345da5ba798bdcc311d3f044e1837697ecc566.tar.gz
pacman-d7345da5ba798bdcc311d3f044e1837697ecc566.tar.xz
doc: Consistency and formatting cleanups (for master)
Bring master in line with some things we just did on maint. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/makepkg.conf.5.txt')
-rw-r--r--doc/makepkg.conf.5.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt
index 399f0260..04fe2bb7 100644
--- a/doc/makepkg.conf.5.txt
+++ b/doc/makepkg.conf.5.txt
@@ -63,7 +63,7 @@ Options
**LDFLAGS=**"ldflags"::
Flags used for the linker. Several options may be specified with common
- usage resembling ``-Wl,--hash-style=gnu``. Read ld(1) for more details on
+ usage resembling ``-Wl,--hash-style=gnu''. Read ld(1) for more details on
available linker flags.
**MAKEFLAGS=**"makeflags"::
@@ -141,7 +141,7 @@ Options
`md5`, `sha1`, `sha256`, `sha384`, and `sha512`.
**MAN_DIRS=(**{usr{,/local}{,/share},opt/*}/{man,info} ...**)**::
- If "zipman" is specified in the OPTIONS array, this variable will
+ If `zipman` is specified in the OPTIONS array, this variable will
instruct makepkg where to look to compress manual (man and info)
pages. If you build packages that are located in opt/, you may need
to add the directory to this array. *NOTE:* Do not add the leading
@@ -161,7 +161,7 @@ Options
name.
**PURGE_TARGETS=(**usr/{,share}/info/dir .podlist *.pod...**)**::
- If "purge" is specified in the OPTIONS array, this variable will
+ If `purge` is specified in the OPTIONS array, this variable will
instruct makepkg which files to remove from the package. This is
useful for index files that are added by multiple packages.