diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-02-08 17:42:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-02-08 17:42:50 +0000 |
commit | b9c7f5e69eede043301af32e82da67a455ac1aa6 (patch) | |
tree | c22c417c1a0667e50ce7511beca7c4617fc8ac7e /bin/ksh | |
parent | 0e3c98a569260543b6a1745432a9057f9e30e7b4 (diff) |
oops, missed a prompt;
Diffstat (limited to 'bin/ksh')
-rw-r--r-- | bin/ksh/ksh.1 | 7 |
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 |