V3/man/man1/chdir.1

Compare this file to the similar file:
Show the results in this format:

.pa 1
.he 'CHDIR (I)'3/15/72'CHDIR (I)'
.ti 0
NAME		chdir -- change working directory
.sp
.ti 0
SYNOPSIS	chdir_____ directory
.sp
.ti 0
DESCRIPTION	directory_________
becomes the new working directory.
.sp
Because a new process is created to execute each command,
chdir_____ would be ineffective if it were written as a
normal command.  It is therefore recognized and executed
by the Shell.
.sp
.ti 0
FILES		--
.sp
.ti 0
SEE ALSO	sh(I)
.sp
.ti 0
DIAGNOSTICS	"Bad directory" if the directory cannot
be changed to.
.sp
.ti 0
BUGS		--