diff options
| author | Paul Saab <ps@FreeBSD.org> | 2000-06-30 09:51:59 +0000 |
|---|---|---|
| committer | Paul Saab <ps@FreeBSD.org> | 2000-06-30 09:51:59 +0000 |
| commit | d3e59a8f258e20dd7cea0ec37a7484766d32653a (patch) | |
| tree | eb0bc20bbfe0816a7120b299910c24172e9ca04f /usr.bin/column | |
| parent | 546d70e0ed2b208f2ff39b978a32e1d9b84a3868 (diff) | |
Notes
Diffstat (limited to 'usr.bin/column')
| -rw-r--r-- | usr.bin/column/column.1 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/column/column.1 b/usr.bin/column/column.1 index 4b8ec9ba5234..22bfea873eae 100644 --- a/usr.bin/column/column.1 +++ b/usr.bin/column/column.1 @@ -46,7 +46,7 @@ .Op Ar .Sh DESCRIPTION The -.Nm column +.Nm utility formats its input into multiple columns. Rows are filled before columns. Input is taken from @@ -55,7 +55,7 @@ operands, or, by default, from the standard input. Empty lines are ignored. .Pp The options are as follows: -.Bl -tag -width Ds +.Bl -tag -width indent .It Fl c Output is formatted for a display .Ar columns @@ -74,9 +74,10 @@ Useful for pretty-printing displays. .It Fl x Fill columns before filling rows. .El -.Pp -.Nm Column -exits 0 on success, >0 if an error occurred. +.Sh DIAGNOSTICS +The +.Nm +utility exits 0 on success, and >0 if an error occurs. .Sh ENVIRONMENT .Bl -tag -width COLUMNS .It Ev COLUMNS |
