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

8
cols.1
View File

@@ -26,12 +26,16 @@ reads from stdin.
Set the maximum number of character columns to use
(unless the input contains lines longer than
.Ar num
characters). By default cols tries to figure out the width of the output
characters). By default
.Nm cols
tries to figure out the width of the output
device. If that fails, it defaults to 65 chars.
.El
.Sh HISTORY
.Nm
is similar to mc(1) in Plan 9. It was renamed to
is similar to
.Xr mc 1
in Plan 9. It was renamed to
.Nm
to avoid the name collision with the popular file manager
Midnight Commander.