diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-08-29 11:46:24 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-08-29 11:46:24 +0000 |
| commit | fa1835d0e5fab661f43879dc170b85a9b1451ff2 (patch) | |
| tree | a7ca83504223c844f85ae3b94df4f13a5b08f868 /usr.bin | |
| parent | cce0b20ad8199056353ea16b5c1efb4269c25457 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/mail/mail.1 | 2 | ||||
| -rw-r--r-- | usr.bin/msgs/msgs.1 | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index ecf586887867b..376af05cebcfb 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -308,6 +308,8 @@ argument goes to the .Ar n Ns 'th previous message and prints it. +.It Ic \&# +ignore the remainder of the line as a comment. .It Ic \&? Prints a brief summary of commands. .It Ic \&! diff --git a/usr.bin/msgs/msgs.1 b/usr.bin/msgs/msgs.1 index 87d826a639126..63ce7aee0f90e 100644 --- a/usr.bin/msgs/msgs.1 +++ b/usr.bin/msgs/msgs.1 @@ -123,7 +123,7 @@ The .Fl s option is used for setting up the posting of messages. The line .Pp -.Dl msgs: \&"\&| /usr/ucb/msgs \-s\&" +.Dl msgs: \&"\&| /usr/bin/msgs \-s\&" .Pp should be included in .Pa /etc/aliases @@ -196,8 +196,8 @@ and environment variables for the default home directory and terminal type. .Sh FILES -.Bl -tag -width /usr/msgs/* -compact -.It Pa /usr/msgs/* +.Bl -tag -width /var/msgs/* -compact +.It Pa /var/msgs/* database .It ~/.msgsrc number of next message to be presented |
