From: Jim Meyering Date: Sat, 18 Aug 2001 16:48:17 +0000 (+0000) Subject: fix typo X-Git-Tag: TEXTUTILS-2_0_15~374 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=95143d669fc5e6dcbe061372b191965ffc8d5c4a;p=thirdparty%2Fcoreutils.git fix typo --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index b4835be19a..444c51cc1f 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -8124,7 +8124,7 @@ quote them to protect characters with special meaning to the shell, e.g., spaces. @cindex parentheses for grouping -Operators may given as infix symbols or prefix keywords. Parentheses +Operators may be given as infix symbols or prefix keywords. Parentheses may be used for grouping in the usual manner (you must quote parentheses to avoid the shell evaluating them, however).