diff options
author | charnier <charnier@FreeBSD.org> | 2000-03-26 14:42:14 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2000-03-26 14:42:14 +0000 |
commit | c8ca89e91cb0e9e51c29accd04050581f3a9ba3d (patch) | |
tree | 490f3e4bbf2933284848f4a29b67d0a7b0353707 /usr.bin/column | |
parent | c0b39261d661f84084592932ebecbfb0c8097311 (diff) | |
download | FreeBSD-src-c8ca89e91cb0e9e51c29accd04050581f3a9ba3d.zip FreeBSD-src-c8ca89e91cb0e9e51c29accd04050581f3a9ba3d.tar.gz |
Add DIAGNOSTICS section name
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 4b8ec9b..22bfea8 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 |