summaryrefslogtreecommitdiff
path: root/usr.bin/column/column.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/column/column.1')
-rw-r--r--usr.bin/column/column.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/column/column.1 b/usr.bin/column/column.1
index 1643a6ef270..7f503a2b006 100644
--- a/usr.bin/column/column.1
+++ b/usr.bin/column/column.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: column.1,v 1.9 2003/06/03 02:56:07 millert Exp $
+.\" $OpenBSD: column.1,v 1.10 2003/06/10 09:12:09 jmc Exp $
.\" $NetBSD: column.1,v 1.3 1995/03/26 09:08:28 glass Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -76,8 +76,6 @@ Fill columns before filling rows.
The
.Nm
utility exits 0 on success or >0 if an error occurred.
-.Sh EXAMPLES
-.Dl (printf \&"PERM\ LINKS\ OWNER\ GROUP\ SIZE\ MONTH\ DAY\ HH:MM/YEAR\ NAME\en\&"\ \&; ls -l\ \&| sed 1d) \&| column -t
.Sh ENVIRONMENT
.Bl -tag -width COLUMNS
.It Ev COLUMNS
@@ -86,6 +84,8 @@ The environment variable
is used to determine the size of
the screen if no other information is available.
.El
+.Sh EXAMPLES
+.Dl (printf \&"PERM\ LINKS\ OWNER\ GROUP\ SIZE\ MONTH\ DAY\ HH:MM/YEAR\ NAME\en\&"\ \&; ls -l\ \&| sed 1d) \&| column -t
.Sh SEE ALSO
.Xr colrm 1 ,
.Xr ls 1 ,