From 4e01bd1daba8815f194d4ec2c1f41c606f741e9a Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sat, 14 Aug 2010 13:07:56 +0100 Subject: [PATCH] doc: avoid a warning from newer texinfo * doc/coreutils.texi (sort invocation): Use @pxref inside parentheses. --- doc/coreutils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/coreutils.texi b/doc/coreutils.texi index f6d85f7..7eedec7 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 -- 2.7.4