diff options
author | Jim Meyering <jim@meyering.net> | 1997-10-13 23:09:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-10-13 23:09:15 +0000 |
commit | 27c0b63dfc849ad8381c0ab5694cd46748ca003d (patch) | |
tree | 5d5170b173f21603bd0dd811b66af79f6b745c9a | |
parent | 588d5520d61d74d3bf9f41512fd0e4073e159d50 (diff) | |
download | coreutils-27c0b63dfc849ad8381c0ab5694cd46748ca003d.tar.xz |
apply one more piece from KBs patch
-rw-r--r-- | doc/sh-utils.texi | 4 |
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 |