Subject: bin/6177: finger.1 has duplicate paragraph
To: None <gnats-bugs@gnats.netbsd.org>
From: Andreas Wrede <andreas@planix.com>
List: netbsd-bugs
Date: 09/18/1998 13:27:41
>Number: 6177
>Category: bin
>Synopsis: finger.1 has duplicate paragraph
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: bin-bug-people (Utility Bug People)
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Fri Sep 18 10:35:00 1998
>Last-Modified:
>Originator: Andreas Wrede
>Organization:
Planix, Inc., Networking, System Administration, Consulting
>Release: <NetBSD-current source date> -current Aug 28/98
>Environment:
System: NetBSD woffi 1.3G NetBSD 1.3G (WOFFI) #0: Sun Aug 30 19:30:35 EDT 1998 root@woffi:/local4/src/sys/arch/i386/compile/WOFFI i386
>Description:
One paragraph ('Mail status is shown...') is duplicated in finger.1.
The fact that the .forward file is displayed is not mentioned.
>How-To-Repeat:
Make sure you have a .forward file in your $HOME.
man finger
>Fix:
Apply patch below:
*** src/usr.bin/finger/finger.1.orig Fri Sep 18 12:33:17 1998
--- src/usr.bin/finger/finger.1 Fri Sep 18 13:07:11 1998
***************
*** 96,101 ****
--- 96,102 ----
.Fl s
option as well as the user's home directory, home phone number, login
shell, mail status, and the contents of the files
+ .Dq Pa .forward
.Dq Pa .plan
and
.Dq Pa .project
***************
*** 123,132 ****
mailbox since new mail arriving, or ``New mail received ...'', ``Unread
since ...'' if they have new mail.
.Pp
- Mail status is shown as ``No Mail.'' if there is no mail at all,
- ``Mail last read DDD MMM ## HH:MM YYYY (TZ)'' if the person has looked
- at their mailbox since new mail arriving, or ``New mail received ...'',
- `` Unread since ...'' if they have new mail.
.Pp
.It Fl p
Prevents
--- 124,129 ----
***************
*** 135,140 ****
--- 132,138 ----
option of
.Nm
from displaying the contents of the
+ .Dq Pa .forward
.Dq Pa .plan
and
.Dq Pa .project
>Audit-Trail:
>Unformatted:
Remove dup paragraph, mention .forward file