Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/msgs Don't use .Fl for non-flags.



details:   https://anonhg.NetBSD.org/src/rev/3770d2c68f38
branches:  trunk
changeset: 475892:3770d2c68f38
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sun Aug 29 17:50:09 1999 +0000

description:
Don't use .Fl for non-flags.

diffstat:

 usr.bin/msgs/msgs.1 |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (51 lines):

diff -r 7448e73ae00b -r 3770d2c68f38 usr.bin/msgs/msgs.1
--- a/usr.bin/msgs/msgs.1       Sun Aug 29 17:34:11 1999 +0000
+++ b/usr.bin/msgs/msgs.1       Sun Aug 29 17:50:09 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: msgs.1,v 1.9 1999/06/13 19:38:05 kleink Exp $
+.\"    $NetBSD: msgs.1,v 1.10 1999/08/29 17:50:09 mycroft Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -70,33 +70,33 @@
 If there is more to the message, you will be told how
 long it is and asked whether you wish to see the rest of the message.
 The possible responses are:
-.Bl -tag -width Fl
-.It Fl y
+.Bl -tag -width Ic
+.It Ic y
 Type the rest of the message.
 .It Ic RETURN
 Synonym for y.
-.It Fl n
+.It Ic n
 Skip this message
 and go on to the next message.
-.It Fl
+.It Ic -
 Redisplay the last message.
-.It Fl q
+.It Ic q
 Drop out of
 .Nm "" ;
 the next time
 .Nm
 will pick up where it last left off.
-.It Fl s
+.It Ic s
 Append the current message to the file ``Messages'' in the current directory;
 `s\-' will save the previously displayed message. A `s' or `s\-' may
 be followed by a space and a file name to receive the message replacing
 the default ``Messages''.
-.It Fl m
+.It Ic m
 A copy of the specified message is placed in a temporary
 mailbox and
 .Xr mail  1
 is invoked on that mailbox.
-.It Fl p
+.It Ic p
 The specified message is piped through
 .Ev PAGER ,
 or, if



Home | Main Index | Thread Index | Old Index