diff options
author | Robert Vollmert <rob@vllmrt.net> | 2017-07-07T19·14+0200 |
---|---|---|
committer | Robert Vollmert <rob@vllmrt.net> | 2017-07-07T20·11+0200 |
commit | 56a1f8f4998cb6aa4ff2c8b61ca36634af4b3759 (patch) | |
tree | 482ab7e8ce9e8d523f8da574a1afb3dcdfc8fcdc /doc | |
parent | d1643bdaa2f66760b5dce3e42953b433e7eb49bc (diff) |
man pages: Consistently separate alternatives by /
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/command-ref/nix-env.xml | 6 | ||||
-rw-r--r-- | doc/manual/command-ref/opt-common.xml | 12 |
2 files changed, 6 insertions, 12 deletions
diff --git a/doc/manual/command-ref/nix-env.xml b/doc/manual/command-ref/nix-env.xml index 8462cf8a0270..d4563ac47551 100644 --- a/doc/manual/command-ref/nix-env.xml +++ b/doc/manual/command-ref/nix-env.xml @@ -146,8 +146,7 @@ also <xref linkend="sec-common-options" />.</phrase></para> <variablelist> - <varlistentry><term><option>--file</option></term> - <term><option>-f</option></term> + <varlistentry><term><option>--file</option> / <option>-f</option> <replaceable>path</replaceable></term> <listitem><para>Specifies the Nix expression (designated below as the <emphasis>active Nix expression</emphasis>) used by the @@ -166,8 +165,7 @@ also <xref linkend="sec-common-options" />.</phrase></para> </varlistentry> - <varlistentry><term><option>--profile</option></term> - <term><option>-p</option></term> + <varlistentry><term><option>--profile</option> / <option>-p</option> <replaceable>path</replaceable></term> <listitem><para>Specifies the profile to be used by those operations that operate on a profile (designated below as the diff --git a/doc/manual/command-ref/opt-common.xml b/doc/manual/command-ref/opt-common.xml index 18c664d0973a..a930b4a0d781 100644 --- a/doc/manual/command-ref/opt-common.xml +++ b/doc/manual/command-ref/opt-common.xml @@ -22,8 +22,7 @@ </varlistentry> -<varlistentry><term><option>--verbose</option></term> - <term><option>-v</option></term> +<varlistentry><term><option>--verbose</option> / <option>-v</option></term> <listitem> @@ -76,8 +75,7 @@ </varlistentry> -<varlistentry><term><option>--no-build-output</option></term> - <term><option>-Q</option></term> +<varlistentry><term><option>--no-build-output</option> / <option>-Q</option></term> <listitem><para>By default, output written by builders to standard output and standard error is echoed to the Nix command's standard @@ -143,8 +141,7 @@ </varlistentry> -<varlistentry><term><option>--keep-going</option></term> - <term><option>-k</option></term> +<varlistentry><term><option>--keep-going</option> / <option>-k</option></term> <listitem><para>Keep going in case of failed builds, to the greatest extent possible. That is, if building an input of some @@ -156,8 +153,7 @@ </varlistentry> -<varlistentry><term><option>--keep-failed</option></term> - <term><option>-K</option></term> +<varlistentry><term><option>--keep-failed</option> / <option>-K</option></term> <listitem><para>Specifies that in case of a build failure, the temporary directory (usually in <filename>/tmp</filename>) in which |