diff options
author | 2014-06-04 06:06:33 +0000 | |
---|---|---|
committer | 2014-06-04 06:06:33 +0000 | |
commit | 05bc3d18f2fb86559912924bf67e14ec3fb3b469 (patch) | |
tree | c8ff2d8535f93d5c1961f770e3601a65622033e4 | |
parent | Fix sentinel style. (diff) | |
download | wireguard-openbsd-05bc3d18f2fb86559912924bf67e14ec3fb3b469.tar.xz wireguard-openbsd-05bc3d18f2fb86559912924bf67e14ec3fb3b469.zip |
- make note of some xsi options
- even though "am i" is case insensitive, lowercase one example
for consistency
ok millert guenther
-rw-r--r-- | usr.bin/who/who.1 | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/usr.bin/who/who.1 b/usr.bin/who/who.1 index 8d5fa6afa96..dbd63abf8f8 100644 --- a/usr.bin/who/who.1 +++ b/usr.bin/who/who.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: who.1,v 1.25 2013/12/04 07:35:46 jmc Exp $ +.\" $OpenBSD: who.1,v 1.26 2014/06/04 06:06:33 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: December 4 2013 $ +.Dd $Mdocdate: June 4 2014 $ .Dt WHO 1 .Os .Sh NAME @@ -76,7 +76,7 @@ and if a bad line is encountered. .It Fl u Print the idle time for each user. -.It Ar \&am I +.It Ar am i Returns the invoker's real user name. .It Ar file By default, @@ -136,6 +136,16 @@ The utility is compliant with the .St -p1003.1-2008 specification. +.Pp +The flags +.Op Fl abdHlpqrst +are marked by +.St -p1003.1-2008 +as being an X/Open System Interfaces option. +Of these, +.Op Fl abdlprst +are not supported by this implementation of +.Nm . .Sh HISTORY A .Nm |