Fix typos in the Nix Manual.

(cherry picked from commit 00a567588e43b51944a9b91c1e890bda27773aed)
This commit is contained in:
Danny Bautista 2019-10-08 14:02:40 -04:00 committed by Eelco Dolstra
parent 9f698c4530
commit 3c5788d094
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
5 changed files with 6 additions and 6 deletions

View file

@ -659,7 +659,7 @@ upgrading `mozilla-1.2' to `mozilla-1.4'</screen>
<literal>gcc-3.3.1</literal> are split into two parts: the package
name (<literal>gcc</literal>), and the version
(<literal>3.3.1</literal>). The version part starts after the first
dash not following by a letter. <varname>x</varname> is considered an
dash not followed by a letter. <varname>x</varname> is considered an
upgrade of <varname>y</varname> if their package names match, and the
version of <varname>y</varname> is higher that that of
<varname>x</varname>.</para>