Add missing GROUP heading in example. From PR bin/38205 from Aleksej
Saushev. Also change the example to use echo instead of printf, so it continues to fit in 80 columns in the source. Bump date.
This commit is contained in:
parent
bb0b4504cd
commit
e171ff8493
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: column.1,v 1.7 2003/08/07 11:13:26 agc Exp $
|
||||
.\" $NetBSD: column.1,v 1.8 2008/03/09 18:18:42 dholland Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -29,7 +29,7 @@
|
|||
.\"
|
||||
.\" @(#)column.1 8.1 (Berkeley) 6/6/93
|
||||
.\"
|
||||
.Dd June 6, 1993
|
||||
.Dd March 9, 2008
|
||||
.Os
|
||||
.Dt COLUMN 1
|
||||
.Sh NAME
|
||||
|
@ -83,7 +83,7 @@ is used to determine the size of
|
|||
the screen if no other information is available.
|
||||
.El
|
||||
.Sh EXAMPLES
|
||||
.Dl (printf \&"PERM LINKS OWNER SIZE MONTH DAY HH:MM/YEAR NAME\en\&"\ \&;\ \&\e
|
||||
.Dl (echo \&"PERM LINKS OWNER GROUP SIZE MONTH DAY HH:MM/YEAR NAME\&"\&;\ \&\e
|
||||
.Dl ls -l \&| sed 1d) \&| column -t
|
||||
.Sh SEE ALSO
|
||||
.Xr colrm 1 ,
|
||||
|
|
Loading…
Reference in New Issue