diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 11:09:30 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 11:09:30 +0000 |
commit | 25818e05e234f7e28cf2f85c16dd8fda67d13b61 (patch) | |
tree | 75d9b923fe8192de2a66a9228540f829bf0d826b /usr.bin/who | |
parent | d4eeef45f2a89e6c666b0fccd3ea95fee9c88b4d (diff) |
add an EXIT STATUS section for /usr/bin;
Diffstat (limited to 'usr.bin/who')
-rw-r--r-- | usr.bin/who/who.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/who/who.1 b/usr.bin/who/who.1 index d4f42f1cb92..1d8db4a4aa6 100644 --- a/usr.bin/who/who.1 +++ b/usr.bin/who/who.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: who.1,v 1.23 2010/07/21 20:02:29 jmc Exp $ +.\" $OpenBSD: who.1,v 1.24 2010/09/03 11:09:29 jmc Exp $ .\" $NetBSD: who.1,v 1.5 1994/12/07 04:28:47 jtc Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)who.1 8.2 (Berkeley) 12/30/93 .\" -.Dd $Mdocdate: July 21 2010 $ +.Dd $Mdocdate: September 3 2010 $ .Dt WHO 1 .Os .Sh NAME @@ -115,14 +115,14 @@ and Logouts produce an output line without any user name. For more information on the special characters, see .Xr utmp 5 . -.Pp -.Ex -std who .Sh FILES .Bl -tag -width /var/log/wtmp.[0-6] -compact .It Pa /var/run/utmp .It Pa /var/log/wtmp .It Pa /var/log/wtmp.[0-6] .El +.Sh EXIT STATUS +.Ex -std who .Sh SEE ALSO .Xr last 1 , .Xr mesg 1 , |