man pages: improve consistency

This commit is contained in:
Hiltjo Posthuma
2015-02-01 20:52:28 +01:00
parent a986e4bbd5
commit 22f4e05b5b
30 changed files with 151 additions and 100 deletions

12
seq.1
View File

@@ -15,20 +15,22 @@
.Nm
will print a sequence of numbers from
.Ar start
(default 1) to
(default: 1) to
.Ar end ,
in
.Ar step
intervals (default 1).
intervals (default: 1).
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl f Ar format
specifies the format used for output lines, as per
Specifies the format used for output lines, as per
.Xr printf 3 .
.It Fl s Ar separator
specifies the separator to print between output lines
Specifies the separator to print between output lines.
.It Fl w
tells seq to print out lines in equal width
Tells
.Nm
to print out lines in equal width.
.El
.Sh SEE ALSO
.Xr printf 3