summaryrefslogtreecommitdiff
path: root/static/v10/man2/chdir.2
blob: 04beefc4e274717ec3c864e00948af8a9c610375 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.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		--