From owner-freebsd-bugs Wed Oct 29 17:30:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA02501 for bugs-outgoing; Wed, 29 Oct 1997 17:30:06 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA02494; Wed, 29 Oct 1997 17:30:02 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 29 Oct 1997 17:30:02 -0800 (PST) Resent-Message-Id: <199710300130.RAA02494@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, h-nokubi@nmit.tmg.nec.co.jp Received: from TYO9.gate.nec.co.jp (TYO9.gate.nec.co.jp [203.180.98.35]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA01831 for ; Wed, 29 Oct 1997 17:21:27 -0800 (PST) (envelope-from h-nokubi@sss.abk.nec.co.jp) Received: from mailsv.nec.co.jp ([133.200.254.203]) by TYO9.gate.nec.co.jp (8.8.7+2.7Wbeta6/3.6Wbeta697082713) with ESMTP id KAA03388 for ; Thu, 30 Oct 1997 10:21:24 +0900 (JST) Received: from ssse15.sss.abk.nec.co.jp (ssse15.sss.abk.nec.co.jp [133.206.64.65]) by mailsv.nec.co.jp (8.8.7+2.7Wbeta6/3.6Wbeta6-97092610) with ESMTP id KAA28764 for ; Thu, 30 Oct 1997 10:21:17 +0900 (JST) Received: from sssfw.sss.abk.nec.co.jp (sssfw [133.206.64.1]) by ssse15.sss.abk.nec.co.jp (8.7.5+2.6Wbeta6/CF3.3W9-SSS_M950609) with ESMTP id KAA05478 for ; Thu, 30 Oct 1997 10:21:04 +0900 (JST) Received: by sssfw.sss.abk.nec.co.jp (8.7.5+2.6Wbeta6/3.4W2) id KAA27567 for ; Thu, 30 Oct 1997 10:21:02 +0900 (JST) Received: from p28.sss.abk.nec.co.jp by e2.sss.abk.nec.co.jp (8.7.6+2.6Wbeta7/3.3W9-NEC) id KAA15602; Thu, 30 Oct 1997 10:21:16 +0900 (JST) Received: (from h-nokubi@localhost) by p28.sss.abk.nec.co.jp (8.8.5/3.4W403/27/97) id KAA00679; Thu, 30 Oct 1997 10:21:12 +0900 (JST) Message-Id: <199710300121.KAA00679@p28.sss.abk.nec.co.jp> Date: Thu, 30 Oct 1997 10:21:12 +0900 (JST) From: h-nokubi@nmit.tmg.nec.co.jp Reply-To: h-nokubi@nmit.tmg.nec.co.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/4888: unbalanced parenthesis around command abbreviation in mail.1 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4888 >Category: docs >Synopsis: unbalanced parenthesis around command abbreviation in mail.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 29 17:30:01 PST 1997 >Last-Modified: >Originator: NOKUBI Hirotaka >Organization: NEC Microcomputer Technology Ltd., Tokyo, Japan >Release: FreeBSD 2.2-STABLE i386 >Environment: FreeBSD sassaby.nokubi.or.jp 2.2-STABLE FreeBSD 2.2-STABLE #0: Sun Oct 26 15:45:55 JST 1997 h-nokubi@sassaby.nokubi.or.jp:/usr/local/src/misc/RELENG_2_2/sys/compile/SASSABY i386 >Description: There are some unbalanced parenthesises in formatted output of mail.1. For example, formated output of mail.1 includes following sentence. After examining a message you can delete `d') the message or reply `r') to it. In above sentence, command abbreviation should be represented like (d) or (`d'). I saw previous one in 4.3 BSD printed manual page, so, I append patch to modify so. >How-To-Repeat: man mail >Fix: Index: mail.1 =================================================================== RCS file: /home/ncvs/src/usr.bin/mail/mail.1,v retrieving revision 1.8.2.2 diff -u -r1.8.2.2 mail.1 --- mail.1 1997/09/15 08:41:46 1.8.2.2 +++ mail.1 1997/10/29 12:18:56 @@ -137,7 +137,7 @@ and can be printed using the .Ic print command (which can be abbreviated -.Ql Ic p ) . +.Ic p ) . You can move among the messages much as you move between lines in .Xr \&ed 1 , with the commands @@ -150,22 +150,22 @@ .Ss Disposing of mail. After examining a message you can .Ic delete -.Ql Ic d ) +.Pq Ic d the message or .Ic reply -.Ql Ic r ) +.Pq Ic r to it. Deletion causes the .Nm mail program to forget about the message. This is not irreversible; the message can be .Ic undeleted -.Ql Ic u ) +.Pq Ic u by giving its number, or the .Nm mail session can be aborted by giving the .Ic exit -.Ql Ic x ) +.Pq Ic x command. Deleted messages will, however, usually disappear never to be seen again. .Pp @@ -223,7 +223,7 @@ .Nm mail session with the .Ic quit -.Ql Ic q ) +.Pq Ic q command. Messages which have been examined go to your .Ar mbox @@ -497,6 +497,7 @@ option set. .It Ic next .Pq Ic n +( like .Ic \&+ or >Audit-Trail: >Unformatted: