diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2010-08-14 13:07:56 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2010-08-15 01:11:35 +0100 |
commit | 4e01bd1daba8815f194d4ec2c1f41c606f741e9a (patch) | |
tree | 54c5e97c3d05cdf502a000e733d86079d0558a49 | |
parent | 9e900e81dbb64c529a99abf6520d95245897cf84 (diff) | |
download | coreutils-4e01bd1daba8815f194d4ec2c1f41c606f741e9a.tar.xz |
doc: avoid a warning from newer texinfo
* doc/coreutils.texi (sort invocation): Use @pxref inside parentheses.
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index f6d85f7e4..7eedec75a 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -3802,7 +3802,7 @@ converting to floating point. @vindex LC_NUMERIC Sort numerically, first by numeric sign (negative, zero, or positive); then by @acronym{SI} suffix (either empty, or @samp{k} or @samp{K}, or -one of @samp{MGTPEZY}, in that order; @xref{Block size}); and finally +one of @samp{MGTPEZY}, in that order; @pxref{Block size}); and finally by numeric value. For example, @samp{1023M} sorts before @samp{1G} because @samp{M} (mega) precedes @samp{G} (giga) as an @acronym{SI} suffix. This option sorts values that are consistently scaled to the |