diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
commit | 1805b94e6caa317d402e398fa06fa3d93d6827a0 (patch) | |
tree | e58ba56a51e58547f1d6f5a95c25435bc397c5c3 /usr.bin/mail | |
parent | f35d61706eae00527a19f021ef26ab0109f18e5c (diff) |
- remove trailing white space
- remove arguments from .Os macros
- remove arguments from .Nm macros, where appropriate
- some more Dq/Sq/Ql insanity
- still lots to do in the usr.bin tree... :/
Diffstat (limited to 'usr.bin/mail')
-rw-r--r-- | usr.bin/mail/mail.1 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index e8a9135b522..5db7d0cea54 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mail.1,v 1.23 1999/05/12 13:26:51 aaron Exp $ +.\" $OpenBSD: mail.1,v 1.24 1999/06/05 01:21:33 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,7 +35,7 @@ .\" .Dd April 28, 1995 .Dt MAIL 1 -.Os BSD 4 +.Os .Sh NAME .Nm mail , .Nm mailx , @@ -118,16 +118,16 @@ except that locking is done. .El .Ss Startup actions At startup time, -.Nm mail +.Nm mail will execute commands in the system command files -.Pa /usr/share/misc/mail.rc , +.Pa /usr/share/misc/mail.rc , .Pa /usr/local/etc/mail.rc and -.Pa /etc/mail.rc +.Pa /etc/mail.rc in order unless explicitly told not to by using the .Fl n -option. Next, the commands in the user's personal command file -.Pa ~/.mailrc +option. Next, the commands in the user's personal command file +.Pa ~/.mailrc are executed. .Nm mail then examines its command line options to determine whether the user @@ -304,7 +304,7 @@ feature. (These options are summarized below.) .Sh SUMMARY (Adapted from the -.Dq Mail Reference Manual . ) +.Dq Mail Reference Manual . ) .Pp Each command is typed on a line by itself, and may take arguments following the command word. @@ -1045,7 +1045,7 @@ If defined, gives the pathname of the file used to record all outgoing mail. If not defined, then outgoing mail is not so saved. .It Ar indentprefix -String used by the +String used by the .Ic \&~m tilde escape for indenting messages, in place of the normal tab character .Pq Sq ^I |