Fixing seq

This commit is contained in:
David Galos
2013-07-01 13:25:41 -04:00
parent c94fad2ccc
commit 563742500e
2 changed files with 15 additions and 17 deletions

5
seq.1
View File

@@ -10,7 +10,7 @@ seq \- print a sequence of numbers
.IR separator ]
.RI [ start
.RI [ step ]]
.RI end
.IR end
.SH DESCRIPTION
.B seq
will print a sequence of numbers from
@@ -31,5 +31,6 @@ specifies the separator to print between output lines
.TP
.BI \-w
tells seq to print out lines in equal width
.TP
.SH SEE ALSO
.IR printf (3)