diff options
author | 2015-03-15 14:33:21 +0000 | |
---|---|---|
committer | 2015-03-15 14:33:21 +0000 | |
commit | edc6c8f36fe3eb4d4cc5ae2edcb8447f5a6bcabb (patch) | |
tree | 8f3f504e1bbd33b0fecd5aefd5cc909d5e7e48c8 | |
parent | from zhuk: remove ambiguity in the description of "continue"; (diff) | |
download | wireguard-openbsd-edc6c8f36fe3eb4d4cc5ae2edcb8447f5a6bcabb.tar.xz wireguard-openbsd-edc6c8f36fe3eb4d4cc5ae2edcb8447f5a6bcabb.zip |
from zhuk: paths not beginning dot (as well as slash) use CDPATH;
-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. |