summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-22 13:14:17 +0000
committerJim Meyering <jim@meyering.net>2000-01-22 13:14:17 +0000
commita33ca24833229baaa5a03beacfd07229c00d2d21 (patch)
tree6f8cf474a8f1fd53c5343bd380f708f49ae64d51 /doc
parent465e3422e81de968573d60297488b620c5d00386 (diff)
downloadcoreutils-a33ca24833229baaa5a03beacfd07229c00d2d21.tar.xz
*** empty log message ***
Diffstat (limited to 'doc')
-rw-r--r--doc/sh-utils.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi
index 45415dbdd..a9780916e 100644
--- a/doc/sh-utils.texi
+++ b/doc/sh-utils.texi
@@ -3145,8 +3145,8 @@ The program accepts the following options. Also see @ref{Common options}.
Print all numbers using @var{format}; default @samp{%g}.
@var{format} must contain exactly one of the standarding float output
formats @samp{%e}, @samp{%f}, @samp{%g}, or integer output formats
-@samp{%d}, @samp{%u}, @samp{%o}, @samp{%x}, @samp{%X}. However, currently
-the integer formats are restricted to those that take `int' arguments.
+@samp{%d}, @samp{%u}, @samp{%o}, @samp{%x}, @samp{%X}. However, the
+integer formats are currently restricted to those that take `int' arguments.
That is, the `long' and `long long' variants like @samp{%ld} and @samp{%llu}
are not supported.