diff options
author | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2017-06-19 06:05:34 +0000 |
---|---|---|
committer | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2017-06-19 06:05:34 +0000 |
commit | 5d5adda103d86117709b9b29f2d3cc88514821ad (patch) | |
tree | d870e80df74fa6cd837b19f2a2e6a69f10624fdf /usr.bin | |
parent | 9fffa471890cb9839a92ea7e7db4c1fa5936ba49 (diff) |
Mark up "am i" as Cm, not Ar.
While here, remove a leftover Tn macro.
ok jmc@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/who/who.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/who/who.1 b/usr.bin/who/who.1 index dbd63abf8f8..f9290a37a30 100644 --- a/usr.bin/who/who.1 +++ b/usr.bin/who/who.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: who.1,v 1.26 2014/06/04 06:06:33 jmc Exp $ +.\" $OpenBSD: who.1,v 1.27 2017/06/19 06:05:33 bentley 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: June 4 2014 $ +.Dd $Mdocdate: June 19 2017 $ .Dt WHO 1 .Os .Sh NAME @@ -41,7 +41,7 @@ .Op Fl HmqTu .Op Ar file .Nm who -.Ar am i +.Cm am i .Sh DESCRIPTION The .Nm @@ -56,10 +56,10 @@ Write column headings above the regular output. .It Fl m Only print information about the current terminal. This is the -.Tn POSIX +POSIX way of saying .Nm -.Ar am i . +.Cm am i . .It Fl q (Quick.) List only the names and the number of users currently logged on. @@ -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 Cm am i Returns the invoker's real user name. .It Ar file By default, |