summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-01-27 12:30:36 +0000
committerJim Meyering <jim@meyering.net>2004-01-27 12:30:36 +0000
commit15dc7fd365ef1e59e0baba5cb573c87185873313 (patch)
tree34f4d04727f73f73903c400bf136938da2d090a1 /doc
parent047f0d132416c5b1e95f31bb0ed9165d53bd3798 (diff)
downloadcoreutils-15dc7fd365ef1e59e0baba5cb573c87185873313.tar.xz
(seq invocation): Remove `@dots{}' at end of synopsis.
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 6980fcea6..0923c7e28 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