diff options
author | 2008-01-03 17:33:49 +0000 | |
---|---|---|
committer | 2008-01-03 17:33:49 +0000 | |
commit | f0d6b91a134973806993fd6a340cec9e3cd047fd (patch) | |
tree | da85dfb17e36e0e61c6f6c781fd3081e05282c3f | |
parent | Make slowtrap check the real stack pointer instead of whatever is in %g6. (diff) | |
download | wireguard-openbsd-f0d6b91a134973806993fd6a340cec9e3cd047fd.tar.xz wireguard-openbsd-f0d6b91a134973806993fd6a340cec9e3cd047fd.zip |
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 |