summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-13 23:09:15 +0000
committerJim Meyering <jim@meyering.net>1997-10-13 23:09:15 +0000
commit27c0b63dfc849ad8381c0ab5694cd46748ca003d (patch)
tree5d5170b173f21603bd0dd811b66af79f6b745c9a /doc
parent588d5520d61d74d3bf9f41512fd0e4073e159d50 (diff)
downloadcoreutils-27c0b63dfc849ad8381c0ab5694cd46748ca003d.tar.xz
apply one more piece from KBs patch
Diffstat (limited to 'doc')
-rw-r--r--doc/sh-utils.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi
index d34b08bbe..82029e473 100644
--- a/doc/sh-utils.texi
+++ b/doc/sh-utils.texi
@@ -731,7 +731,9 @@ Exit status:
@cindex string expressions
@cindex expressions, string
-String operators. These have lowest precedence.
+@code{expr} supports pattern matching and other string operators. These
+have lower precedence than both the numeric and relational operators (in
+the next sections).
@table @samp