diff options
author | Dan McGee <dan@archlinux.org> | 2011-06-01 19:56:38 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-01 19:56:38 +0200 |
commit | 8f1c873b5f07f42a8bdc65bb03097790135a9c94 (patch) | |
tree | f627b40a221958148f4b1c75b11a2ffcbc902fb9 | |
parent | 5842dad7e7b6265067ca8f286f945b3e7e76c321 (diff) | |
download | pacman-8f1c873b5f07f42a8bdc65bb03097790135a9c94.tar.gz pacman-8f1c873b5f07f42a8bdc65bb03097790135a9c94.tar.xz |
doc: monospace attribute escape fixes
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | doc/pacman-key.8.txt | 4 | ||||
-rw-r--r-- | doc/pacman.conf.5.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/pacman-key.8.txt b/doc/pacman-key.8.txt index 8a08480f..892f14df 100644 --- a/doc/pacman-key.8.txt +++ b/doc/pacman-key.8.txt @@ -25,12 +25,12 @@ and export keys, fetch keys from keyservers and update the key trust database. Options ------- *\--config* <file>:: - Use an alternate config file instead of the `{sysconfdir}/pacman.conf` + Use an alternate config file instead of the +{sysconfdir}/pacman.conf+ default. *\--gpgdir* <dir>:: Set an alternate home directory for GnuPG. If unspecified, the value is - read from `{sysconfdir}/pacman.conf`. + read from +{sysconfdir}/pacman.conf+. Commands diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt index 70d42eb3..bdf0bc83 100644 --- a/doc/pacman.conf.5.txt +++ b/doc/pacman.conf.5.txt @@ -71,7 +71,7 @@ Options *GPGDir =* path/to/gpg/dir:: Overrides the default location of the directory containing configuration - files for GnuPG. A typical default is `{sysconfdir}/pacman.d/gnupg/`. + files for GnuPG. A typical default is +{sysconfdir}/pacman.d/gnupg/+. This directory should contain two files: `pubring.gpg` and `trustdb.gpg`. `pubring.gpg` holds the public keys of all packagers. `trustdb.gpg` contains a so-called trust database, which specifies that the keys are |