summaryrefslogtreecommitdiff
path: root/bin/ksh/ksh.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2015-03-15 14:33:22 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2015-03-15 14:33:22 +0000
commit99cba2861d99f5cdd44adbe33825cc50f61f728d (patch)
treeb88c08cd5dec5b481ebed579532bec5b1767164f /bin/ksh/ksh.1
parent507d324fbebef7add13b18992affaa802ee33378 (diff)
from zhuk: paths not beginning dot (as well as slash) use CDPATH;
Diffstat (limited to 'bin/ksh/ksh.1')
-rw-r--r--bin/ksh/ksh.16
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1
index 7de7734fb01..b168261ad89 100644
--- a/bin/ksh/ksh.1
+++ b/bin/ksh/ksh.1
@@ -1,8 +1,8 @@
-.\" $OpenBSD: ksh.1,v 1.157 2015/03/13 19:58:40 jmc Exp $
+.\" $OpenBSD: ksh.1,v 1.158 2015/03/15 14:33:21 jmc Exp $
.\"
.\" Public Domain
.\"
-.Dd $Mdocdate: March 13 2015 $
+.Dd $Mdocdate: March 15 2015 $
.Dt KSH 1
.Os
.Sh NAME
@@ -1347,6 +1347,8 @@ It works the same way as
.Ev PATH
for those directories not beginning with
.Ql /
+or
+.Ql .\&
in
.Ic cd
commands.