]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
back out bruno's %d, %u, etc. changes
authorJim Meyering <jim@meyering.net>
Sat, 29 Jan 2000 10:06:12 +0000 (10:06 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 29 Jan 2000 10:06:12 +0000 (10:06 +0000)
doc/sh-utils.texi

index a9780916e15585f9ed93abdce24d53b2f7701da4..aa2635383ccfda1fe57603424af0b25e563bc741 100644 (file)
@@ -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}