From k-horik@mail.yk.rim.or.jp  Sun May 25 08:16:59 1997
Received: from mail.yk.rim.or.jp (root@mail.yk.rim.or.jp [202.247.130.37])
          by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA25384
          for <FreeBSD-gnats-submit@freebsd.org>; Sun, 25 May 1997 08:16:54 -0700 (PDT)
Received: from localhost (ppp197.yk.rim.or.jp [202.247.134.197]) by mail.yk.rim.or.jp (8.8.5/3.4Wbeta6-rim1.1) with ESMTP id AAA03691; Mon, 26 May 1997 00:16:48 +0900 (JST)
Message-Id: <199705251516.AAA03691@mail.yk.rim.or.jp>
Date: Mon, 26 May 1997 00:16:07 +0900
From: k-horik@yk.rim.or.jp
Sender: k-horik@mail.yk.rim.or.jp
Reply-To: k-horik@yk.rim.or.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: manpage column.1's EXAMPLE does not match ls's output
X-Send-Pr-Version: 3.2

>Number:         3681
>Category:       docs
>Synopsis:       mapage column.1's EXAMPLE does not match ls's output
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    steve
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 25 08:20:02 PDT 1997
>Closed-Date:    Wed Aug 20 04:14:18 PDT 1997
>Last-Modified:  Wed Aug 20 04:15:49 PDT 1997
>Originator:     Kazuo Horikawa
>Release:        FreeBSD 2.2.1-RELEASE i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:

.\"     @(#)column.1    8.1 (Berkeley) 6/6/93

>Description:
 Manpage column.1 has following EXAMPLE:
	(printf "PERM LINKS OWNER SIZE MONTH DAY HH:MM/YEAR NAME\n" ; \
	ls -l | sed 1d) | column -t

 This example shows output like followings:
PERM        LINKS  OWNER    SIZE   MONTH  DAY  HH:MM/YEAR  NAME
-rw-rw-r--  1      k-horik  wheel  975    May  25          21:52  #2#
-rw-rw-r--  1      k-horik  wheel  1079   May  25          21:51  1

 I think that the header line should include `GROUP' column.

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>Fix:
--- column.1.bak        Fri May 16 23:55:37 1997
+++ column.1    Sat May 17 22:50:59 1997
@@ -85,7 +85,7 @@
 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 ,
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Wed Aug 20 04:14:18 PDT 1997 
State-Changed-Why:  
Supplied patch applied.  Thanks. 
>Unformatted:
