diff options
author | steve <steve@FreeBSD.org> | 1997-08-20 02:05:29 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1997-08-20 02:05:29 +0000 |
commit | 0408a54150aef9f1012a3152e885933d588d478c (patch) | |
tree | b1d968bd5cd41913e3fd10c3be151ef8d7396915 /usr.bin/column | |
parent | 33a318e8321005bc36fe75eb60cb59af809c8b38 (diff) | |
download | FreeBSD-src-0408a54150aef9f1012a3152e885933d588d478c.zip FreeBSD-src-0408a54150aef9f1012a3152e885933d588d478c.tar.gz |
Fix example to match ls(1)'s output.
PR: docs/3681
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
Diffstat (limited to 'usr.bin/column')
-rw-r--r-- | usr.bin/column/column.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/column/column.1 b/usr.bin/column/column.1 index 05d6a0f..392f998 100644 --- a/usr.bin/column/column.1 +++ b/usr.bin/column/column.1 @@ -85,7 +85,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 (printf \&"PERM LINKS OWNER GROUP SIZE MONTH DAY HH:MM/YEAR NAME\en\&"\ \&;\ \&\e .Dl ls -l \&| sed 1d) \&| column -t .Sh SEE ALSO .Xr colrm 1 , |