aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/seq/seq.1
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2018-04-30 18:55:01 +0000
committerKyle Evans <kevans@FreeBSD.org>2018-04-30 18:55:01 +0000
commita3f2c2feb132de5f141fbcae860ce6ab37a7a86d (patch)
tree93cc3341a2cba468254de949d3b2203da5b0ba25 /usr.bin/seq/seq.1
parentf8bc08fa57ae4bc63b98f2de286f9faf354bc2f5 (diff)
Notes
Diffstat (limited to 'usr.bin/seq/seq.1')
-rw-r--r--usr.bin/seq/seq.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/seq/seq.1 b/usr.bin/seq/seq.1
index 176b17c3f5a9..61294c5491ea 100644
--- a/usr.bin/seq/seq.1
+++ b/usr.bin/seq/seq.1
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 12, 2016
+.Dd April 30, 2018
.Dt SEQ 1
.Os
.Sh NAME
@@ -72,7 +72,7 @@ The
.Nm
utility accepts the following options:
.Bl -tag -width Ar
-.It Fl f Ar format
+.It Fl f Ar format , Fl -format Ar format
Use a
.Xr printf 3
style
@@ -98,7 +98,7 @@ defined in
.St -ansiC .
The default is
.Cm %g .
-.It Fl s Ar string
+.It Fl s Ar string , Fl -separator Ar string
Use
.Ar string
to separate numbers.
@@ -109,7 +109,7 @@ defined in
.St -ansiC .
The default is
.Cm \en .
-.It Fl t Ar string
+.It Fl t Ar string , Fl -terminator Ar string
Use
.Ar string
to terminate sequence of numbers.
@@ -121,7 +121,7 @@ defined in
This option is useful when the default separator
does not contain a
.Cm \en .
-.It Fl w
+.It Fl w , Fl -fixed-width
Equalize the widths of all numbers by padding with zeros as necessary.
This option has no effect with the
.Fl f