diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-27 21:20:46 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-27 21:20:46 +0000 |
commit | dfc8be777d03ed3583d9b2a39dc2c0f071414d62 (patch) | |
tree | d8d168e85aa35cab41555152f6eb160714017dc4 | |
parent | cc48dfb5856078c9e49852ad0f45f47454370a06 (diff) |
mail -u foo is not really the same as mail -f /var/mail/foo
-rw-r--r-- | usr.bin/mail/mail.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index ac2804ac514..d7c351adeb5 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mail.1,v 1.19 1998/09/26 19:55:05 aaron Exp $ +.\" $OpenBSD: mail.1,v 1.20 1998/09/27 21:20:45 millert Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -114,6 +114,7 @@ writes undeleted messages back to this file. Is equivalent to: .Pp .Dl mail -f /var/mail/user +Except that locking is done. .El .Ss Startup actions At startup time |