diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2009-10-16 12:29:38 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2009-10-16 12:29:38 +0000 |
commit | 5dc3bb8a43bd2aee3934d1ce4026609d983c547e (patch) | |
tree | f1a05315c494e5183697ba9be97764293da5504c | |
parent | 5f39fe60d8bd370c46d67641e9d537d4459b500f (diff) |
man page bits for mail; it was ok millert@
-rw-r--r-- | usr.bin/login/login.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1 index 70b316b9093..c10a7ca92ff 100644 --- a/usr.bin/login/login.1 +++ b/usr.bin/login/login.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: login.1,v 1.27 2007/05/31 19:20:12 jmc Exp $ +.\" $OpenBSD: login.1,v 1.28 2009/10/16 12:29:37 martynas Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)login.1 8.2 (Berkeley) 5/5/94 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: October 16 2009 $ .Dt LOGIN 1 .Os .Sh NAME @@ -186,6 +186,8 @@ The user's login name. .It Ev USER Same as .Ev LOGNAME . +.It Ev MAIL +The user's mailbox. .It Ev REMOTEHOST The name of the host from which the user logged in, if the .Fl h |