diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-12-02 23:20:11 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-12-02 23:20:11 +0000 |
commit | 0bd063bcd339926542a35b3561e3c18c4ef7c367 (patch) | |
tree | f9bec13016e108470f64331fd9749de5a229bb01 /bin/sh | |
parent | 1ac2383cb34ac3676b1d6416dc5d2c0de8a74005 (diff) | |
download | src-test2-0bd063bcd339926542a35b3561e3c18c4ef7c367.tar.gz src-test2-0bd063bcd339926542a35b3561e3c18c4ef7c367.zip |
Notes
Diffstat (limited to 'bin/sh')
-rw-r--r-- | bin/sh/sh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 5d99ac64a5a1..d566ab8c27e8 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95 -.\" $Id: sh.1,v 1.20 1998/05/18 06:44:17 charnier Exp $ +.\" $Id: sh.1,v 1.21 1998/07/30 04:47:56 jkoshy Exp $ .\" .Dd May 5, 1995 .Dt SH 1 @@ -1003,7 +1003,7 @@ have a shell function with the same name as a builtin command.) .It cd [ directory ] Switch to the specified directory (default $HOME). -If the an entry for CDPATH appears in the environment +If an entry for CDPATH appears in the environment of the cd command or the shell variable CDPATH is set and the directory name does not begin with a slash, then the directories listed in CDPATH will be |