From 9434a1c78027b0b46e2f423a5001546fbf29b72b Mon Sep 17 00:00:00 2001 From: Dima Dorfman Date: Sat, 28 Apr 2001 02:13:58 +0000 Subject: [PATCH] Document "chdir" builtin. --- bin/sh/sh.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 28e71db7571a..4e26611adeba 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -1352,6 +1352,10 @@ if this is different from the name that the user gave. These may be different either because the .Ev CDPATH mechanism was used or because a symbolic link was crossed. +.It Ic chdir +A synonym for the +.Ic cd +builtin command. .It Xo .Ic echo .Op Fl en