summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-09-19 11:13:46 +0200
committerJim Meyering <jim@meyering.net>2007-09-19 11:13:46 +0200
commit5d0c06a24a50b19b46d9be579dea2afd997a9b73 (patch)
treec95868b6a2a9491114ca98ea2b69ec595ec707f7 /doc
parentcbade34401a3152ff037ee7abc2a915d3436439d (diff)
downloadcoreutils-5d0c06a24a50b19b46d9be579dea2afd997a9b73.tar.xz
Fix typo in previous change.
Spotted by Andreas Schwab.
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index c11c06ab1..71a71a4b9 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -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