seq.1: convert to mandoc

This commit is contained in:
Hiltjo Posthuma 2015-01-30 22:39:41 +01:00
parent 1c93b03a85
commit b3c5b206e7

56
seq.1
View File

@ -1,36 +1,34 @@
.TH SEQ 1 sbase\-VERSION .Dd January 30, 2015
.SH NAME .Dt SEQ 1 sbase\-VERSION
seq \- print a sequence of numbers .Os
.SH SYNOPSIS .Sh NAME
.B seq .Nm seq
.RB [ \-w ] .Nd print a sequence of numbers
.RB [ \-f .Sh SYNOPSIS
.IR fmt ] .Nm
.RB [ \-s .Op Fl w
.IR separator ] .Op Fl f Ar fmt
.RI [ start .Op Fl s Ar separator
.RI [ step ]] .Op Ar start Op Ar step
.IR end .Ar end
.SH DESCRIPTION .Sh DESCRIPTION
.B seq .Nm
will print a sequence of numbers from will print a sequence of numbers from
.I start .Ar start
(default 1) to (default 1) to
.IR end , .Ar end ,
in in
.IR step .Ar step
intervals (default 1). intervals (default 1).
.SH OPTIONS .Sh OPTIONS
.TP .Bl -tag -width Ds
.BI \-f " format" .It Fl f Ar format
specifies the format used for output lines, as per specifies the format used for output lines, as per
.IR printf (3). .Xr printf 3 .
.TP .It Fl s Ar separator
.BI \-s " separator"
specifies the separator to print between output lines specifies the separator to print between output lines
.TP .It Fl w
.BI \-w
tells seq to print out lines in equal width tells seq to print out lines in equal width
.El
.SH SEE ALSO .Sh SEE ALSO
.IR printf (3) .Xr printf 3