mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
doc: monospace attribute escape fixes
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
5842dad7e7
commit
8f1c873b5f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user