From ae603e35d7f60e686109ca0b0f67d4ec1706b94b Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Wed, 8 Jan 2025 14:25:09 +1000 Subject: [PATCH] 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 --- doc/pacman.conf.5.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pacman.conf.5.asciidoc b/doc/pacman.conf.5.asciidoc index 81e8525f..16dc7950 100644 --- a/doc/pacman.conf.5.asciidoc +++ b/doc/pacman.conf.5.asciidoc @@ -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