diff options
author | Toon Nolten <toon.nolten@student.kuleuven.be> | 2019-08-17T14·33+0200 |
---|---|---|
committer | Toon Nolten <toon.nolten@student.kuleuven.be> | 2019-08-17T14·33+0200 |
commit | 1dbaf119486fecbdf57ecc2f877307030b665f69 (patch) | |
tree | 828c01f4ada3047d8baf59f185ee2caacb074f5a /doc | |
parent | f435634a29551754d5f7303b0a60cd8fe2df2079 (diff) |
Fix nix-env documentation for --delete-generations
The documentation for `--delete-generations` had an erroneous fullstop and as it turns out inaccurate information on the `+No.` syntax.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/command-ref/nix-env.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/manual/command-ref/nix-env.xml b/doc/manual/command-ref/nix-env.xml index 693f23f7f338..9d13d3014e1b 100644 --- a/doc/manual/command-ref/nix-env.xml +++ b/doc/manual/command-ref/nix-env.xml @@ -1370,10 +1370,10 @@ profile. The generations can be a list of generation numbers, the special value <literal>old</literal> to delete all non-current generations, a value such as <literal>30d</literal> to delete all generations older than the specified number of days (except for the -generation that was active at that point in time), or a value such as. -<literal>+5</literal> to only keep the specified items older than the -current generation. Periodically deleting old generations is important -to make garbage collection effective.</para> +generation that was active at that point in time), or a value such as +<literal>+5</literal> to only keep the specified number of generations. +Periodically deleting old generations is important to make garbage collection +effective.</para> </refsection> |