V3/usr/man/man2/chdir.2
.pa 1
.he 'CHDIR (II)'3/15/72'CHDIR (II)'
.ti 0
NAME chdir -- change working directory
.sp
.ti 0
SYNOPSIS sys chdir; dirname / chdir = 12.
.sp
.ti 0
DESCRIPTION dirname_______
is the address of the pathname of a directory, terminated by a 0 byte.
chdir_____ causes this directory
to become the current working directory.
.sp
.ti 0
SEE ALSO chdir(I)
.sp
.ti 0
DIAGNOSTICS The error bit (c-bit)
is set if the given name is not that of a directory
or is not readable.
.sp
.ti 0
BUGS --