]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(seq invocation): Remove `@dots{}' at end of synopsis.
authorJim Meyering <jim@meyering.net>
Tue, 27 Jan 2004 12:30:36 +0000 (12:30 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 27 Jan 2004 12:30:36 +0000 (12:30 +0000)
doc/coreutils.texi

index 6980fcea63df15c9b6b1c47d1efec1b438d6deb4..0923c7e28121e9c785dfc4a9a900133acdd0b0cd 100644 (file)
@@ -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