1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-05-30 14:26:41 +02:00

doc/coreutils.texi: Fix a typo. Avoid the term `relationals'.

This commit is contained in:
Ralf Wildenhues
2007-12-21 19:33:43 +01:00
committed by Jim Meyering
parent c3cac089b1
commit 012f96b95d
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
2007-12-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* doc/coreutils.texi: Fix a typo. Avoid the term `relationals'.
2007-12-20 Jim Meyering <meyering@redhat.com>
Use comma-separated list in ./configure --help output.
+4 -4
View File
@@ -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