Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 1997 00:16:07 +0900
From:      k-horik@yk.rim.or.jp
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   docs/3681: manpage column.1's EXAMPLE does not match ls's output
Message-ID:  <199705251516.AAA03691@mail.yk.rim.or.jp>
Resent-Message-ID: <199705251520.IAA25488@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         3681
>Category:       docs
>Synopsis:       mapage column.1's EXAMPLE does not match ls's output
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 25 08:20:02 PDT 1997
>Last-Modified:
>Originator:     Kazuo Horikawa
>Organization:
<Organization of PR author (multiple lines)>
>Release:        FreeBSD 2.2.1-RELEASE i386
>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 ,
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705251516.AAA03691>