# HG changeset patch # User Franz Glasner # Date 1728315010 -7200 # Node ID 6420368517d5044144cf520af50843ea648ec9d6 # Parent 907cbedee67604382220c90e5b75069587c382cf Docs: comments are allowed in package-mapping.conf now diff -r 907cbedee676 -r 6420368517d5 docs/man/man5/package-mapping.conf.rst --- a/docs/man/man5/package-mapping.conf.rst Mon Oct 07 16:33:28 2024 +0200 +++ b/docs/man/man5/package-mapping.conf.rst Mon Oct 07 17:30:10 2024 +0200 @@ -21,6 +21,8 @@ `installed-package-name`) should be checked against the original parent package (with name `original-package-name`) also. +Empty lines and lines starting with ``#`` are treated as a comment. + Examples -------- @@ -31,14 +33,9 @@ my-forked-pack pack-orig + # my-commented-out-pack other-pack-orig + See Also -------- -:manpage:`check-ports(8)` - - -Bugs ----- - -Comments in the file are currently not allowed.