From 63ca47adfc99702cab9d2da3c55563f5f2e1360b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 13 Jun 1997 16:07:12 +0000 Subject: [PATCH] proof reading from kb --- doc/sh-utils.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi index 8ebdfcb..6430fa0 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 -- 2.7.4