summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-29 10:06:12 +0000
committerJim Meyering <jim@meyering.net>2000-01-29 10:06:12 +0000
commitbb84498a89eb2aefd4ccec0ee6f38e8f45616b87 (patch)
tree76f5256b9c85705963afbdeb7690030c6d0da84e /doc
parent90eddc5478bcce4996a120834dd4399afe5a1751 (diff)
downloadcoreutils-bb84498a89eb2aefd4ccec0ee6f38e8f45616b87.tar.xz
back out bruno's %d, %u, etc. changes
Diffstat (limited to 'doc')
-rw-r--r--doc/sh-utils.texi6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi
index a9780916e..aa2635383 100644
--- a/doc/sh-utils.texi
+++ b/doc/sh-utils.texi
@@ -3144,11 +3144,7 @@ The program accepts the following options. Also see @ref{Common options}.
@cindex formatting of numbers in @code{seq}
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, 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.
+formats @samp{%e}, @samp{%f}, or @samp{%g}.
@item -s @var{string}
@itemx --separator=@var{string}