summaryrefslogtreecommitdiff
path: root/doc/sh-utils.texi
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-22 13:13:45 +0000
committerJim Meyering <jim@meyering.net>2000-01-22 13:13:45 +0000
commit465e3422e81de968573d60297488b620c5d00386 (patch)
tree24301f51d424559d3d1a75bf8184fae9d1cea34a /doc/sh-utils.texi
parent1a8bedfeb7fb55f2f1a228c6daf70b875ca21983 (diff)
downloadcoreutils-465e3422e81de968573d60297488b620c5d00386.tar.xz
(seq --format): Mention that integer formats are accepted, too.
Diffstat (limited to 'doc/sh-utils.texi')
-rw-r--r--doc/sh-utils.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi
index aa2635383..45415dbdd 100644
--- a/doc/sh-utils.texi
+++ b/doc/sh-utils.texi
@@ -3144,7 +3144,11 @@ 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}, or @samp{%g}.
+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.
+That is, the `long' and `long long' variants like @samp{%ld} and @samp{%llu}
+are not supported.
@item -s @var{string}
@itemx --separator=@var{string}