pacman.conf.5: replace {sysconfdir} with /etc in code block

Variable replacements are not performed on code blocks leaving the
example Include usage with '{sysconfdir}/pacman.d/mirrorlist'.
Replace this with '/etc' consistent with other example blocks in the
man page.

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2025-01-08 14:25:09 +10:00
parent 4908eed57d
commit ae603e35d7

View file

@ -235,7 +235,7 @@ contain a file that lists the servers for that repository.
# use this server first
Server = ftp://ftp.archlinux.org/$repo/os/$arch
# next use servers as defined in the mirrorlist below
Include = {sysconfdir}/pacman.d/mirrorlist
Include = /etc/pacman.d/mirrorlist
--------
The order of repositories in the configuration files matters; repositories