]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Fix typo in previous change.
authorJim Meyering <jim@meyering.net>
Wed, 19 Sep 2007 09:13:46 +0000 (11:13 +0200)
committerJim Meyering <jim@meyering.net>
Wed, 19 Sep 2007 09:13:46 +0000 (11:13 +0200)
Spotted by Andreas Schwab.

doc/coreutils.texi

index c11c06ab17586dd499463cfe2cc0bed3595fe77f..71a71a4b9ad504e832e0b65b96b4e77d5d8e08ac 100644 (file)
@@ -10884,8 +10884,8 @@ To make @command{expr} interpret keywords as strings, you must use the
 @cindex expressions, numeric
 
 @command{expr} supports the usual numeric operators, in order of increasing
-precedence.  These numeric operators have higher precedence than the
-string operators described in the previous section, and lower precedence
+precedence.  These numeric operators have lower precedence than the
+string operators described in the previous section, and higher precedence
 than the connectives (next section).
 
 @table @samp