diff options
Diffstat (limited to 'doc/manual/opt-common.xml')
-rw-r--r-- | doc/manual/opt-common.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/manual/opt-common.xml b/doc/manual/opt-common.xml index 052ae4cf983f..2c514cad25cb 100644 --- a/doc/manual/opt-common.xml +++ b/doc/manual/opt-common.xml @@ -1,4 +1,7 @@ -<sect1 id="sec-common-options"><title>Common options</title> +<section xmlns="http://docbook.org/ns/docbook" xml:id="sec-common-options"> + +<title>Common options</title> + <para>Most Nix commands accept the following command-line options:</para> @@ -86,7 +89,7 @@ </varlistentry> -<varlistentry id="opt-max-jobs"><term><option>--max-jobs</option></term> +<varlistentry xml:id="opt-max-jobs"><term><option>--max-jobs</option></term> <term><option>-j</option></term> <listitem><para>Sets the maximum number of build jobs that Nix will @@ -155,7 +158,7 @@ </varlistentry> -<varlistentry id="opt-log-type"><term><option>--log-type</option> +<varlistentry xml:id="opt-log-type"><term><option>--log-type</option> <replaceable>type</replaceable></term> <listitem> @@ -213,4 +216,4 @@ </variablelist> -</sect1> \ No newline at end of file +</section> \ No newline at end of file |