On Sun, Nov 24, 2019 at 06:26:25PM +0000, Jason McIntyre wrote: > > > > --- /usr/src/bin/ksh/ksh.1 Sat Oct 5 11:03:46 2019 > > +++ /tmp/ksh.1 Sun Nov 24 05:29:03 2019 > > @@ -1341,7 +1341,7 @@ > > .Ev CDPATH > > is set and does not contain > > .Sq \&. > > -or contains an empty path, the current directory is not searched. > > +or an empty path, the current directory is not searched. > > > hmm. this sentence is horrible, i admit. there are too many negatives. > i think your change is correct though. > > > Also, the > > .Ic cd > > built-in command will display the resulting directory when a match is found > > @@ -2866,7 +2866,9 @@ > > .Ar dir . > > A > > .Dv NULL > > -path means the current directory. > > +path or > > +.Ql .\& > > +means the current directory. > > i think this is correct too. > > > If > > .Ar dir > > is found in any component of the > > > > any (developer) oks for this? > > jmc
ok, i committed your changes. thanks for the mail, jmc