diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-02 18:50:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-02 18:50:08 +0000 |
commit | b4d8413b855174aa89ce9d70afd54652e6ef53eb (patch) | |
tree | c32c591be2b88f6129b75e233b297deb57924bb7 /usr.bin/who | |
parent | a6ddb286956dab32b638d65c6d6c10a6ffcbcee9 (diff) |
escape punctuation;
ok deraadt@
Diffstat (limited to 'usr.bin/who')
-rw-r--r-- | usr.bin/who/who.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/who/who.1 b/usr.bin/who/who.1 index 8d75bf91738..78ae87a4060 100644 --- a/usr.bin/who/who.1 +++ b/usr.bin/who/who.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: who.1,v 1.17 2003/06/03 02:56:23 millert Exp $ +.\" $OpenBSD: who.1,v 1.18 2003/09/02 18:50:07 jmc Exp $ .\" $NetBSD: who.1,v 1.5 1994/12/07 04:28:47 jtc Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 @@ -70,7 +70,7 @@ if the terminal is writable; .Sq \- if it is not; and -.Sq ? +.Sq \&? if a bad line is encountered. .It Fl u Print the idle time for each user. |