diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-04 22:14:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-04 22:14:44 +0000 |
commit | 741da2d2f4dd6091c93080f4edfffa157f26df50 (patch) | |
tree | cb79d3b313a6066ccd0693fc376f829151b56ef3 /usr.bin/window/window.1 | |
parent | 5ebba3bcdd5f72b4465da531536951afe3fd543f (diff) |
put escapes in the right place;
(i.e. stuff I got wrong the first time, or missed)
this includes some .Cd's with missing quotes and .Nm abuse in man4;
Diffstat (limited to 'usr.bin/window/window.1')
-rw-r--r-- | usr.bin/window/window.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/window/window.1 b/usr.bin/window/window.1 index 934f02d0fd8..8880d384291 100644 --- a/usr.bin/window/window.1 +++ b/usr.bin/window/window.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: window.1,v 1.17 2003/09/02 18:50:07 jmc Exp $ +.\" $OpenBSD: window.1,v 1.18 2003/09/04 22:14:43 jmc Exp $ .\" $NetBSD: window.1,v 1.3 1995/09/28 10:35:05 tls Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 @@ -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 |