summaryrefslogtreecommitdiff
path: root/bin/ksh
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-02-08 17:42:50 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-02-08 17:42:50 +0000
commitb9c7f5e69eede043301af32e82da67a455ac1aa6 (patch)
treec22c417c1a0667e50ce7511beca7c4617fc8ac7e /bin/ksh
parent0e3c98a569260543b6a1745432a9057f9e30e7b4 (diff)
oops, missed a prompt;
Diffstat (limited to 'bin/ksh')
-rw-r--r--bin/ksh/ksh.17
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1
index e1f8b1278c9..5f15d933324 100644
--- a/bin/ksh/ksh.1
+++ b/bin/ksh/ksh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ksh.1,v 1.92 2005/02/08 17:39:33 jmc Exp $
+.\" $OpenBSD: ksh.1,v 1.93 2005/02/08 17:42:49 jmc Exp $
.\"
.\" Public Domain
.\"
@@ -748,8 +748,9 @@ This means that in the following statement,
is evaluated if and only if the file
.Pa foo
exists and is readable:
-.Pp
-.Dl [[ -r foo && $(\*(Lt foo) = b*r ]]
+.Bd -literal -offset indent
+$ [[ -r foo && $(\*(Lt foo) = b*r ]]
+.Ed
.El
.El
.Ss Quoting