diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2007-12-21 19:33:43 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-12-21 19:34:50 +0100 |
commit | 012f96b95dc1f535ade9ad9cd2e7952fd7df2580 (patch) | |
tree | d24246cba7ac59c364743ef74d969df0e5df2c44 /doc | |
parent | c3cac089b1e6cc5c8f29ddad5c52002ac5bf34c8 (diff) | |
download | coreutils-012f96b95dc1f535ade9ad9cd2e7952fd7df2580.tar.xz |
doc/coreutils.texi: Fix a typo. Avoid the term `relationals'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 392359b2f..01c2edbe7 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 |