diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-09 13:36:00 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-09 13:36:00 +0000 |
commit | 078c2448197a826265f74828b3159d758f1f0ceb (patch) | |
tree | ef3b0d7b2b6fcf1328ac8953d9e2abf6431093ea /libexec/mail.local | |
parent | 3610cb2f5b1eeb5e599fcca418780b43c2f30b6d (diff) |
- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages
Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...
Diffstat (limited to 'libexec/mail.local')
-rw-r--r-- | libexec/mail.local/mail.local.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/mail.local/mail.local.8 b/libexec/mail.local/mail.local.8 index 568edf5d25d..38063929248 100644 --- a/libexec/mail.local/mail.local.8 +++ b/libexec/mail.local/mail.local.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)mail.local.8 6.8 (Berkeley) 4/27/91 -.\" $Id: mail.local.8,v 1.16 1999/07/04 19:25:20 aaron Exp $ +.\" $Id: mail.local.8,v 1.17 1999/07/09 13:35:50 aaron Exp $ .\" .Dd April 27, 1991 .Dt MAIL.LOCAL 8 @@ -60,12 +60,12 @@ The options are as follows: Specify the sender's name. .It Fl l For compatibility, request that -files named +files named .Nm username.lock be used for locking. (This is the default behavior.) .It Fl L Don't create a -.Nm username.lock +.Nm username.lock file while locking the spool. .El .Pp @@ -94,7 +94,7 @@ The mailbox is always locked using .Xr flock 2 while mail is appended. Unless the .Fl L -flag is specified, a +flag is specified, a .Nm username.lock file is also used. .Pp |