From 7d899910c5453162c1564dd4bbb1c728368280f8 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 23 Mar 2011 01:43:58 -0500 Subject: 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 --- doc/pacman.conf.5.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/pacman.conf.5.txt') 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. -- cgit v1.2.3-24-g4f1b