summaryrefslogtreecommitdiff
path: root/usr.bin/column/column.1
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-09-23 04:32:40 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-09-23 04:32:40 +0000
commita2d8aa4124f4856d7675a1cd268dc5a1f1e22350 (patch)
tree14844c4c8389307d49f87dc4e204b8e859bcbc9c /usr.bin/column/column.1
parentb7253ab25580c3ade3e0f9b14e52111cda23a6a4 (diff)
usr.bin/ man page repairs, a - e
Diffstat (limited to 'usr.bin/column/column.1')
-rw-r--r--usr.bin/column/column.111
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/column/column.1 b/usr.bin/column/column.1
index c86af094ab4..ac5310c7b23 100644
--- a/usr.bin/column/column.1
+++ b/usr.bin/column/column.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: column.1,v 1.2 1996/06/26 05:32:15 deraadt Exp $
+.\" $OpenBSD: column.1,v 1.3 1998/09/23 04:32:37 aaron Exp $
.\" $NetBSD: column.1,v 1.3 1995/03/26 09:08:28 glass Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -58,11 +58,11 @@ Empty lines are ignored.
.Pp
The options are as follows:
.Bl -tag -width Ds
-.It Fl c
+.It Fl c Ar columns
Output is formatted for a display
.Ar columns
wide.
-.It Fl s
+.It Fl s Ar sep
Specify a set of characters to be used to delimit columns for the
.Fl t
option.
@@ -77,8 +77,9 @@ Useful for pretty-printing displays.
Fill columns before filling rows.
.El
.Pp
-.Nm Column
-exits 0 on success, >0 if an error occurred.
+The
+.Nm column
+utility exits 0 on success or >0 if an error occurred.
.Sh ENVIRONMENT
.Bl -tag -width COLUMNS
.It Ev COLUMNS