summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-09-01 22:03:39 +0200
committerDan McGee <dan@archlinux.org>2011-09-03 04:41:40 +0200
commit24f4f9822fe8c6758e72577173495705cfcc6713 (patch)
tree0cdbee89d20dc76b48a580a60fd5cee9cd91f157 /doc
parent3c3ee6796a417cdd06be5639989a570b22318a20 (diff)
downloadpacman-24f4f9822fe8c6758e72577173495705cfcc6713.tar.gz
pacman-24f4f9822fe8c6758e72577173495705cfcc6713.tar.xz
doc: consistency when referencing other options
Use '\--option' rather than `--option` everywhere. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/index.txt6
-rw-r--r--doc/makepkg.8.txt2
-rw-r--r--doc/makepkg.conf.5.txt4
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/index.txt b/doc/index.txt
index 05c24b5a..5e903e25 100644
--- a/doc/index.txt
+++ b/doc/index.txt
@@ -16,10 +16,10 @@ automatically and can download packages from a remote server.
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
-this, packages would have to be installed manually using the `--add` and
-`--upgrade` operations.
+this, packages would have to be installed manually using the '\--add' and
+'\--upgrade' operations.
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.
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt
index baff2041..f693a5a8 100644
--- a/doc/makepkg.8.txt
+++ b/doc/makepkg.8.txt
@@ -117,7 +117,7 @@ Options
*-o, \--nobuild*::
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.
*-p* <buildscript>::
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt
index a0ea2d77..2778361b 100644
--- a/doc/makepkg.conf.5.txt
+++ b/doc/makepkg.conf.5.txt
@@ -96,7 +96,7 @@ Options
*check*;;
Run the check() function if present in the PKGBUILD. This can be
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*;;
Generate a PGP signature file using GnuPG. This will execute `gpg
@@ -120,7 +120,7 @@ Options
**GPGKEY=**""::
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**)**::
This array contains options that affect the default packaging. They are