bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: find a document bug for expr


From: Jim Meyering
Subject: Re: find a document bug for expr
Date: Wed, 19 Sep 2007 11:14:36 +0200

Andreas Schwab <address@hidden> wrote:

> Jim Meyering <address@hidden> writes:
>
>> @@ -10884,8 +10884,9 @@ To make @command{expr} interpret keywords as 
>> strings, you must use the
>>  @cindex expressions, numeric
>>
>>  @command{expr} supports the usual numeric operators, in order of increasing
>> -precedence.  The string operators (previous section) have lower precedence,
>> -the connectives (next section) have higher.
>> +precedence.  These numeric operators have higher precedence than the
>> +string operators described in the previous section, and lower precedence
>> +than the connectives (next section).

Good catch.

        Fix typo in previous change.

        Spotted by Andreas Schwab.

---
 doc/coreutils.texi |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index c11c06a..71a71a4 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -10884,8 +10884,8 @@ To make @command{expr} interpret keywords as strings, 
you must use the
 @cindex expressions, numeric

 @command{expr} supports the usual numeric operators, in order of increasing
-precedence.  These numeric operators have higher precedence than the
-string operators described in the previous section, and lower precedence
+precedence.  These numeric operators have lower precedence than the
+string operators described in the previous section, and higher precedence
 than the connectives (next section).

 @table @samp
--
1.5.3.1.19.gb5ef6-dirty




reply via email to

[Prev in Thread] Current Thread [Next in Thread]