doc: declare what type of comments we support in pacman.conf
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 8a19c4a782
-- 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@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
0adb36346c
commit
41cbea29b4
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ 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,
|
for packages in '\--sync' mode. The exception to this is the options section,
|
||||||
which defines global options.
|
which defines global options.
|
||||||
|
|
||||||
|
Comments are only supported by beginning a line with the hash (#) symbol.
|
||||||
|
Comments cannot begin in the middle of a line.
|
||||||
|
|
||||||
|
|
||||||
Example
|
Example
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Add table
Reference in a new issue