doc: consistency when referencing other options

Use '\--option' rather than `--option` everywhere.

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2011-09-01 15:03:39 -05:00
parent 3c3ee6796a
commit 24f4f9822f
3 changed files with 6 additions and 6 deletions

View File

@ -16,10 +16,10 @@ automatically and can download packages from a remote server.
History History
~~~~~~~ ~~~~~~~
Version 2.0 of pacman introduced the ability to sync packages (the `--sync` Version 2.0 of pacman introduced the ability to sync packages (the '\--sync'
option) with a master server through the use of package databases. Prior to option) with a master server through the use of package databases. Prior to
this, packages would have to be installed manually using the `--add` and this, packages would have to be installed manually using the '\--add' and
`--upgrade` operations. '\--upgrade' operations.
Version 3.0 was the switch to a two-part pacman- a backend named libalpm Version 3.0 was the switch to a two-part pacman- a backend named libalpm
(library for Arch Linux Package Management), and the familiar pacman frontend. (library for Arch Linux Package Management), and the familiar pacman frontend.

View File

@ -117,7 +117,7 @@ Options
*-o, \--nobuild*:: *-o, \--nobuild*::
Download and extract files only, but do not build them. Useful with the Download and extract files only, but do not build them. Useful with the
`\--noextract` option if you wish to tweak the files in src/ before '\--noextract' option if you wish to tweak the files in src/ before
building. building.
*-p* <buildscript>:: *-p* <buildscript>::

View File

@ -96,7 +96,7 @@ Options
*check*;; *check*;;
Run the check() function if present in the PKGBUILD. This can be Run the check() function if present in the PKGBUILD. This can be
enabled or disabled for individual packages through the use of enabled or disabled for individual packages through the use of
makepkg's `--check` and `--nocheck` options respectively. makepkg's '\--check' and '\--nocheck' options respectively.
*sign*;; *sign*;;
Generate a PGP signature file using GnuPG. This will execute `gpg Generate a PGP signature file using GnuPG. This will execute `gpg
@ -120,7 +120,7 @@ Options
**GPGKEY=**"":: **GPGKEY=**""::
Specify a key to use for gpg signing instead of the default key in the Specify a key to use for gpg signing instead of the default key in the
keyring. Can be overridden with makepkg's `--key` option. keyring. Can be overridden with makepkg's '\--key' option.
**OPTIONS=(**strip docs libtool emptydirs zipman purge !upx**)**:: **OPTIONS=(**strip docs libtool emptydirs zipman purge !upx**)**::
This array contains options that affect the default packaging. They are This array contains options that affect the default packaging. They are