Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Oct 1997 10:21:12 +0900 (JST)
From:      h-nokubi@nmit.tmg.nec.co.jp
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   docs/4888: unbalanced parenthesis around command abbreviation in mail.1
Message-ID:  <199710300121.KAA00679@p28.sss.abk.nec.co.jp>
Resent-Message-ID: <199710300130.RAA02494@hub.freebsd.org>

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

>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:



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