diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-12-24T23·22+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-12-24T23·22+0000 |
commit | 1d2460ee5da0f026807ac645aebdd8ab811058cd (patch) | |
tree | 546ebf0714e882b9b14d5635c6772f291d5ea7dd | |
parent | f96d2dea266760e5587356e72d1cadaace5f7d5b (diff) |
* Documentation fixes.
-rw-r--r-- | doc/manual/installation.xml | 2 | ||||
-rw-r--r-- | src/nix-env/help.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/installation.xml b/doc/manual/installation.xml index 2d71107c57cc..491d044cde8a 100644 --- a/doc/manual/installation.xml +++ b/doc/manual/installation.xml @@ -67,7 +67,7 @@ these packages. Alternatively, if you already have them installed, you can use <command>configure</command>'s <option>--with-bdb</option> and <option>--with-aterm</option> options to point to their respective locations. Note that Berkeley DB <emphasis>must</emphasis> be version -4.3; other versions may not have compatible database formats.</para> +4.4; other versions may not have compatible database formats.</para> </sect1> diff --git a/src/nix-env/help.txt b/src/nix-env/help.txt index 6ca5b3a3b862..72fc4f13ed45 100644 --- a/src/nix-env/help.txt +++ b/src/nix-env/help.txt @@ -30,8 +30,8 @@ Install / upgrade / uninstall flags: Upgrade flags: - --lt: upgrade unless the current version is older (default) - --leq: upgrade unless the current version is older or current + --lt: upgrade if the current version is older (default) + --leq: upgrade if the current version is older or current --always: upgrade regardless of current version Query types: |