diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 03:50:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 03:50:42 +0000 |
commit | 78e9bb837c258ac0ec7712b3d612cc2f407e731e (patch) | |
tree | f515d16b6efd858a9aeb5b0ef5d6f90bf288283d /man/systemd.syntax.xml | |
parent | Adding debian version 255.5-1. (diff) | |
download | systemd-78e9bb837c258ac0ec7712b3d612cc2f407e731e.tar.xz systemd-78e9bb837c258ac0ec7712b3d612cc2f407e731e.zip |
Merging upstream version 256.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'man/systemd.syntax.xml')
-rw-r--r-- | man/systemd.syntax.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.syntax.xml b/man/systemd.syntax.xml index 2fc2288..1dc4625 100644 --- a/man/systemd.syntax.xml +++ b/man/systemd.syntax.xml @@ -1,6 +1,6 @@ <?xml version='1.0'?> <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" - "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ <!ENTITY % entities SYSTEM "custom-entities.ent" > %entities; ]> @@ -89,7 +89,7 @@ file type. When a comment line or lines follow a line ending with a backslash, the comment block is ignored, so the continued line is concatenated with whatever follows the comment block.</para> - <example><programlisting>[Section A] + <informalexample><programlisting>[Section A] KeyOne=value 1 KeyTwo=value 2 @@ -105,7 +105,7 @@ KeyThree=value 3\ # this line is ignored ; this line is ignored too value 3 continued -</programlisting></example> +</programlisting></informalexample> <para>Boolean arguments used in configuration files can be written in various formats. For positive settings the strings |