doc: fix attribute substitution in monospaced text
When I switched all paths to use `` formatting, I didn't realize substitution didn't work in these quote marks. Use ++ instead to ensure attributes are substituted where appropriate. Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
ac1726788c
commit
aad57cc06a
3 changed files with 8 additions and 8 deletions
|
@ -53,7 +53,7 @@ Options
|
||||||
in linkman:makepkg.conf[5].
|
in linkman:makepkg.conf[5].
|
||||||
|
|
||||||
*\--config* <file>::
|
*\--config* <file>::
|
||||||
Use an alternate config file instead of the `{sysconfdir}/makepkg.conf`
|
Use an alternate config file instead of the +{sysconfdir}/makepkg.conf+
|
||||||
default.
|
default.
|
||||||
|
|
||||||
*-d, \--nodeps*::
|
*-d, \--nodeps*::
|
||||||
|
|
|
@ -117,7 +117,7 @@ Options
|
||||||
-------
|
-------
|
||||||
*-b, \--dbpath* <path>::
|
*-b, \--dbpath* <path>::
|
||||||
Specify an alternative database location (a typical default is
|
Specify an alternative database location (a typical default is
|
||||||
`{localstatedir}/lib/pacman`). This should not be used unless you know what you are
|
+{localstatedir}/lib/pacman+). This should not be used unless you know what you are
|
||||||
doing. *NOTE*: if specified, this is an absolute path and the root path is
|
doing. *NOTE*: if specified, this is an absolute path and the root path is
|
||||||
not automatically prepended.
|
not automatically prepended.
|
||||||
|
|
||||||
|
@ -138,7 +138,7 @@ Options
|
||||||
|
|
||||||
*\--cachedir* <dir>::
|
*\--cachedir* <dir>::
|
||||||
Specify an alternative package cache location (a typical default is
|
Specify an alternative package cache location (a typical default is
|
||||||
`{localstatedir}/cache/pacman/pkg`). Multiple cache directories can be specified,
|
+{localstatedir}/cache/pacman/pkg+). Multiple cache directories can be specified,
|
||||||
and they are tried in the order they are passed to pacman. *NOTE*: this
|
and they are tried in the order they are passed to pacman. *NOTE*: this
|
||||||
is an absolute path, the root path is not automatically prepended.
|
is an absolute path, the root path is not automatically prepended.
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ NoUpgrade = etc/passwd etc/group etc/shadow
|
||||||
NoUpgrade = etc/fstab
|
NoUpgrade = etc/fstab
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
Include = {sysconfdir}/pacman.d/core
|
Include = /etc/pacman.d/core
|
||||||
|
|
||||||
[custom]
|
[custom]
|
||||||
Server = file:///home/pkgs
|
Server = file:///home/pkgs
|
||||||
|
@ -57,13 +57,13 @@ Options
|
||||||
|
|
||||||
*DBPath =* path/to/db/dir::
|
*DBPath =* path/to/db/dir::
|
||||||
Overrides the default location of the toplevel database directory. A
|
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
|
this option. *NOTE*: if specified, this is an absolute path and the root
|
||||||
path is not automatically prepended.
|
path is not automatically prepended.
|
||||||
|
|
||||||
*CacheDir =* path/to/cache/dir::
|
*CacheDir =* path/to/cache/dir::
|
||||||
Overrides the default location of the package cache directory. A typical
|
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
|
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
|
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
|
to the first cache directory with write access. *NOTE*: this is an absolute
|
||||||
|
@ -72,7 +72,7 @@ Options
|
||||||
|
|
||||||
*LogFile =* '/path/to/file'::
|
*LogFile =* '/path/to/file'::
|
||||||
Overrides the default location of the pacman log file. A typical default
|
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.
|
is not prepended.
|
||||||
|
|
||||||
*HoldPkg =* package ...::
|
*HoldPkg =* package ...::
|
||||||
|
@ -149,7 +149,7 @@ Options
|
||||||
|
|
||||||
*UseSyslog*::
|
*UseSyslog*::
|
||||||
Log action messages through syslog(). This will insert log entries into
|
Log action messages through syslog(). This will insert log entries into
|
||||||
`{localstatedir}/log/messages` or equivalent.
|
+{localstatedir}/log/messages+ or equivalent.
|
||||||
|
|
||||||
*ShowSize*::
|
*ShowSize*::
|
||||||
Display the size of individual packages for '\--sync' and '\--query' modes.
|
Display the size of individual packages for '\--sync' and '\--query' modes.
|
||||||
|
|
Loading…
Add table
Reference in a new issue