diff options
Diffstat (limited to 'doc/manual/nix-build.xml')
-rw-r--r-- | doc/manual/nix-build.xml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/manual/nix-build.xml b/doc/manual/nix-build.xml index 465635f67125..1194f2962ad2 100644 --- a/doc/manual/nix-build.xml +++ b/doc/manual/nix-build.xml @@ -75,11 +75,11 @@ or renamed. So don’t rename the symlink.</para></warning> <refsection><title>Options</title> -<para>See also <xref linkend="sec-common-options" />. All options not -listed here are passed to <command>nix-store --realise</command>, -except for <option>--arg</option> and <option>--attr</option> / -<option>-A</option> which are passed to -<command>nix-instantiate</command>.</para> +<para>All options not listed here are passed to <command>nix-store +--realise</command>, except for <option>--arg</option> and +<option>--attr</option> / <option>-A</option> which are passed to +<command>nix-instantiate</command>. <phrase condition="manual">See +also <xref linkend="sec-common-options" />.</phrase></para> <variablelist> @@ -122,6 +122,10 @@ except for <option>--arg</option> and <option>--attr</option> / </variablelist> +<variablelist condition="manpage"> + <xi:include href="opt-common.xml#xmlns(db=http://docbook.org/ns/docbook)xpointer(//db:variablelist[@xml:id='opt-common']/*)" /> +</variablelist> + </refsection> |