proof reading from kb
authorJim Meyering <jim@meyering.net>
Fri, 13 Jun 1997 16:07:12 +0000 (16:07 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 13 Jun 1997 16:07:12 +0000 (16:07 +0000)
doc/sh-utils.texi

index 8ebdfcb..6430fa0 100644 (file)
@@ -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