From: Ralf Wildenhues Date: Fri, 21 Dec 2007 18:33:43 +0000 (+0100) Subject: doc/coreutils.texi: Fix a typo. Avoid the term `relationals'. X-Git-Tag: v6.9.92~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=012f96b95dc1f535ade9ad9cd2e7952fd7df2580;p=thirdparty%2Fcoreutils.git doc/coreutils.texi: Fix a typo. Avoid the term `relationals'. --- diff --git a/ChangeLog b/ChangeLog index 7273199c8f..3b047227df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-12-21 Ralf Wildenhues + + * doc/coreutils.texi: Fix a typo. Avoid the term `relationals'. + 2007-12-20 Jim Meyering Use comma-separated list in ./configure --help output. diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 392359b2ff..01c2edbe7e 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -7079,7 +7079,7 @@ Preserve the times of last access and last modification, when possible. In general, it is not possible to preserve these attributes when the affected file is a symbolic link. However, FreeBSD now provides the @code{lutimes} function, which makes -it possibile even for symbolic links. However, this implementation does +it possible even for symbolic links. However, this implementation does not yet take advantage of that. @c FIXME: once we provide lutimes support, update the above. @itemx links @@ -10687,9 +10687,9 @@ True if the strings are not equal. @cindex numeric tests @cindex arithmetic tests -Numeric relationals. The arguments must be entirely numeric (possibly -negative), or the special expression @w{@code{-l @var{string}}}, which -evaluates to the length of @var{string}. +Numeric relational operators. The arguments must be entirely numeric +(possibly negative), or the special expression @w{@code{-l @var{string}}}, +which evaluates to the length of @var{string}. @table @samp