diff options
author | 1996-12-05 15:00:40 +0000 | |
---|---|---|
committer | 1996-12-05 15:00:40 +0000 | |
commit | 98200fb2673dd26934db586b196617871b606fc8 (patch) | |
tree | ef5b0ee2d143a5a7305dad2eb6f8835ad20e36e2 | |
parent | do setroot() based on wd.h/NWD and fd.h/NFD (diff) | |
download | wireguard-openbsd-98200fb2673dd26934db586b196617871b606fc8.tar.xz wireguard-openbsd-98200fb2673dd26934db586b196617871b606fc8.zip |
typo
-rw-r--r-- | libexec/mail.local/mail.local.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/mail.local/mail.local.8 b/libexec/mail.local/mail.local.8 index 39f5f23d8e1..d92dc7c2ec4 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.6 1996/08/29 07:24:21 deraadt Exp $ +.\" $Id: mail.local.8,v 1.7 1996/12/05 15:00:40 deraadt Exp $ .\" .Dd April 27, 1991 .Dt MAIL.LOCAL 8 @@ -100,7 +100,7 @@ recommended against, but may work properly. By default, mailbox locking is done with .Nm username.lock files. However, if the -.Fl -L +.Fl L flag is specified, the mailbox is exclusively locked with .Xr flock 2 while mail is appended. |