1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-18 01:18:51 +02:00

Fix typo in previous change.

Spotted by Andreas Schwab.
This commit is contained in:
Jim Meyering
2007-09-19 11:13:46 +02:00
parent cbade34401
commit 5d0c06a24a
+2 -2
View 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