man/os-release: Document that blank lines are permitted (#8777)

Fixes: https://github.com/systemd/systemd/issues/8773
This commit is contained in:
Paul Menzel 2018-04-23 11:03:16 +02:00 committed by Lennart Poettering
parent 0a186735c9
commit 33ce73f66c
1 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,8 @@
shell style. All strings should be in UTF-8 format, and
non-printable characters should not be used. It is not supported
to concatenate multiple individually quoted strings. Lines
beginning with "#" shall be ignored as comments.</para>
beginning with "#" shall be ignored as comments. Blank lines are
permitted and ignored.</para>
<para>The file <filename>/etc/os-release</filename> takes
precedence over <filename>/usr/lib/os-release</filename>.