diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-01-03 17:33:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-01-03 17:33:50 +0000 |
commit | b6068a5c1566025ae04c45e5fd0ae1f7c53ea5e9 (patch) | |
tree | ad62231b7af050103c3869699c348d8a680f2a56 | |
parent | 1687e9dd249d6f346af8655bdd53210a11cdce34 (diff) |
document "exit" for logging out of systems, instead of "logout":
it works for both csh and ksh, and is covered by posix;
from Pierre Riteau
-rw-r--r-- | usr.bin/man/help.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/man/help.1 b/usr.bin/man/help.1 index caec6987f86..f8f4492f21e 100644 --- a/usr.bin/man/help.1 +++ b/usr.bin/man/help.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: help.1,v 1.8 2007/05/31 19:20:13 jmc Exp $ +.\" $OpenBSD: help.1,v 1.9 2008/01/03 17:33:49 jmc Exp $ .\" .\" Copyright (c) 1999 Aaron Campbell .\" All rights reserved. @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 3 2008 $ .Dt HELP 1 .Os .Sh NAME @@ -84,7 +84,7 @@ Each user's shell is indicated by the last field of their corresponding entry in the system password file .Pf ( Pa /etc/passwd ) . .Ss Basic Unix commands -.Bl -tag -width logout +.Bl -tag -width "chmodXXX" .It Cm man Interface to the system manual pages. For any of the commands listed below, type @@ -152,7 +152,7 @@ configuration). Print the current system date and time. .It Cm mail Access mailbox. -.It Cm logout +.It Cm exit Log out of the system. .El .Pp |