From: Jim Meyering Date: Tue, 27 Jan 2004 12:30:36 +0000 (+0000) Subject: (seq invocation): Remove `@dots{}' at end of synopsis. X-Git-Tag: v5.1.3~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15dc7fd365ef1e59e0baba5cb573c87185873313;p=thirdparty%2Fcoreutils.git (seq invocation): Remove `@dots{}' at end of synopsis. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 6980fcea63..0923c7e281 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -12155,7 +12155,7 @@ $ factor `echo '2^64-1'|bc` @command{seq} prints a sequence of numbers to standard output. Synopses: @example -seq [@var{option}]@dots{} [@var{first} [@var{increment}]] @var{last}@dots{} +seq [@var{option}]@dots{} [@var{first} [@var{increment}]] @var{last} @end example @command{seq} prints the numbers from @var{first} to @var{last} by