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/window/window.1 | |
parent | a6ddb286956dab32b638d65c6d6c10a6ffcbcee9 (diff) |
escape punctuation;
ok deraadt@
Diffstat (limited to 'usr.bin/window/window.1')
-rw-r--r-- | usr.bin/window/window.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/window/window.1 b/usr.bin/window/window.1 index 9d2124f8e5d..934f02d0fd8 100644 --- a/usr.bin/window/window.1 +++ b/usr.bin/window/window.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: window.1,v 1.16 2003/06/10 09:12:13 jmc Exp $ +.\" $OpenBSD: window.1,v 1.17 2003/09/02 18:50:07 jmc Exp $ .\" $NetBSD: window.1,v 1.3 1995/09/28 10:35:05 tls Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 @@ -249,7 +249,7 @@ escape is changed to some other character, that character takes the place of .Ic ^P here. -.It Ic ? +.It Ic \&? List a short summary of commands. .It Ic ^L Refresh the screen. @@ -486,7 +486,7 @@ Returns the value of .Aq Va expr2 . .It Xo .Aq Va expr1 -.Ic ? +.Ic \&? .Aq Va expr2 .Ic : .Aq Va expr3 |