diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-03-15 14:33:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-03-15 14:33:22 +0000 |
commit | 99cba2861d99f5cdd44adbe33825cc50f61f728d (patch) | |
tree | b88c08cd5dec5b481ebed579532bec5b1767164f /bin/ksh/ksh.1 | |
parent | 507d324fbebef7add13b18992affaa802ee33378 (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.1 | 6 |
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. |