diff options
author | Jim Meyering <jim@meyering.net> | 1997-06-13 16:07:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-06-13 16:07:12 +0000 |
commit | 63ca47adfc99702cab9d2da3c55563f5f2e1360b (patch) | |
tree | 31b34be22a733472f59521f50606b914d8685594 /doc | |
parent | c8460daf24176f4905cf8cf7e8f5d4d924f25ed5 (diff) | |
download | coreutils-63ca47adfc99702cab9d2da3c55563f5f2e1360b.tar.xz |
proof reading from kb
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sh-utils.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi index 8ebdfcb70..6430fa07f 100644 --- a/doc/sh-utils.texi +++ b/doc/sh-utils.texi @@ -860,9 +860,9 @@ Interpret @var{token} as a string, even if it is a keyword like @var{match} or an operator like @code{/}. This makes it possible to test @code{expr length quote "$x"} or @code{expr quote "$x" : '.*/\(.\)'} and have it do the right thing even if -the value of @var{$x} happens to be @code{/} or @code{index}. -This operator is provided as a GNU extension. It is disabled when -the environment variable, @var{POSIXLY_CORRECT} is set. +the value of @var{$x} happens to be (for example) @code{/} or @code{index}. +This operator is a GNU extension. It is disabled when +the environment variable @var{POSIXLY_CORRECT} is set. @end table |