diff options
Diffstat (limited to 'doc/manual/quick-start.xml')
-rw-r--r-- | doc/manual/quick-start.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/manual/quick-start.xml b/doc/manual/quick-start.xml index e12b28da25bb..a6433ae42fe9 100644 --- a/doc/manual/quick-start.xml +++ b/doc/manual/quick-start.xml @@ -88,8 +88,8 @@ $ nix-channel --update $ nix-env -u '*'</screen> The latter command will upgrade each installed component for which -there is a <quote>newer</quote> version (as determined by comparing -the version numbers).</para></listitem> +there is a “newer” version (as determined by comparing the version +numbers).</para></listitem> <listitem><para>If you're unhappy with the result of a <command>nix-env</command> action (e.g., an upgraded component turned @@ -106,12 +106,12 @@ actually delete them: <screen> $ nix-env --delete-generations old -$ nix-collect-garbage</screen> +$ nix-store --gc</screen> -The first command deletes old <quote>generations</quote> of your -profile (making rollbacks impossible, but also making the components -in those old generations available for garbage collection), while the -second command actually deletes them.</para></listitem> +The first command deletes old “generations” of your profile (making +rollbacks impossible, but also making the components in those old +generations available for garbage collection), while the second +command actually deletes them.</para></listitem> </orderedlist> |