diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-04-06T20·03+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-04-06T20·03+0200 |
commit | 831c7aa4108d56246595cfbcefdb1113f159715c (patch) | |
tree | 404302cd86614d08e3919f66d15ed7401478a0d5 | |
parent | 5863987bba9bc4c90d0d71204933ac90ac7a710b (diff) |
Documentation fix
-rw-r--r-- | doc/manual/nix-env.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/manual/nix-env.xml b/doc/manual/nix-env.xml index cc33ef3beade..02a51c6e9006 100644 --- a/doc/manual/nix-env.xml +++ b/doc/manual/nix-env.xml @@ -121,11 +121,9 @@ also <xref linkend="sec-common-options" />.</phrase></para> <varlistentry><term><option>--system-filter</option> <replaceable>system</replaceable></term> <listitem><para>By default, operations such as <option>--query - --available</option> only include derivations matching the current - platform. This option allows you to use derivations for the - specified platform <replaceable>system</replaceable>. The special - value <literal>*</literal> causes derivations for any platform to - be included.</para></listitem> + --available</option> show derivations matching any platform. This + option allows you to use derivations for the specified platform + <replaceable>system</replaceable>.</para></listitem> </varlistentry> |