[pacman-dev] [PATCH] doc: declare what type of comments we support in pacman.conf

Eli Schwartz eschwartz at archlinux.org
Tue Jun 12 11:28:52 UTC 2018


Ini-style configuration formats are all over the place. So are we, for
that matter, as we switched how we treated middle-of-line comments in
commit 8a19c4a78251c5e34ecf508a65d943ca2dc833c7 -- namely, they're not
comments anymore. This is surprising to users, who report bugs because
it used to work, but what's more surprising is that the only
"documentation" for the type of comments users can be expected to use,
is by guessing from our example pacman.conf and maybe discovering
unreliable easter eggs.

Fixes FS#58809

Signed-off-by: Eli Schwartz <eschwartz at archlinux.org>
---
 doc/pacman.conf.5.asciidoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/pacman.conf.5.asciidoc b/doc/pacman.conf.5.asciidoc
index e5fffecf..157e00ee 100644
--- a/doc/pacman.conf.5.asciidoc
+++ b/doc/pacman.conf.5.asciidoc
@@ -19,6 +19,8 @@ Each section defines a package repository that pacman can use when searching
 for packages in '\--sync' mode. The exception to this is the options section,
 which defines global options.
 
+Comments are supported, only by beginning a line with the hash (#) symbol.
+
 
 Example
 -------
-- 
2.17.1


More information about the pacman-dev mailing list