summaryrefslogtreecommitdiffstats
path: root/doc/pacman.conf.5.txt
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-03-23 07:43:58 +0100
committerDan McGee <dan@archlinux.org>2011-03-23 08:07:47 +0100
commit7d899910c5453162c1564dd4bbb1c728368280f8 (patch)
treeed6613cc8c624051fff7cfe20be521da4901f789 /doc/pacman.conf.5.txt
parent5eca2fbdf10d91274433635e2dde0dec3e3994a1 (diff)
downloadpacman-7d899910c5453162c1564dd4bbb1c728368280f8.tar.gz
pacman-7d899910c5453162c1564dd4bbb1c728368280f8.tar.xz
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/pacman.conf.5.txt')
-rw-r--r--doc/pacman.conf.5.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt
index cb4c5898..bfa07458 100644
--- a/doc/pacman.conf.5.txt
+++ b/doc/pacman.conf.5.txt
@@ -57,13 +57,13 @@ Options
*DBPath =* path/to/db/dir::
Overrides the default location of the toplevel database directory. A
- typical default is ``{localstatedir}/lib/pacman/''. Most users will not need to set
+ typical default is `{localstatedir}/lib/pacman/`. Most users will not need to set
this option. *NOTE*: if specified, this is an absolute path and the root
path is not automatically prepended.
*CacheDir =* path/to/cache/dir::
Overrides the default location of the package cache directory. A typical
- default is ``{localstatedir}/cache/pacman/pkg/''. Multiple cache directories can be
+ default is `{localstatedir}/cache/pacman/pkg/`. Multiple cache directories can be
specified, and they are tried in the order they are listed in the config
file. If a file is not found in any cache directory, it will be downloaded
to the first cache directory with write access. *NOTE*: this is an absolute
@@ -72,7 +72,7 @@ Options
*LogFile =* '/path/to/file'::
Overrides the default location of the pacman log file. A typical default
- is ``{localstatedir}/log/pacman.log''. This is an absolute path and the root directory
+ is `{localstatedir}/log/pacman.log`. This is an absolute path and the root directory
is not prepended.
*HoldPkg =* package ...::
@@ -149,7 +149,7 @@ Options
*UseSyslog*::
Log action messages through syslog(). This will insert log entries into
- ``{localstatedir}/log/messages'' or equivalent.
+ `{localstatedir}/log/messages` or equivalent.
*ShowSize*::
Display the size of individual packages for '\--sync' and '\--query' modes.