xref: /csrg-svn/lib/libc/sys/chdir.2 (revision 20062)
Copyright (c) 1980 Regents of the University of California.
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.

@(#)chdir.2 4.1 (Berkeley) 05/09/85

CHDIR 2
C 4
NAME
chdir - change current working directory
SYNOPSIS
 chdir(dirname)  char *dirname; 
DESCRIPTION
Dirname is the address of the pathname of a directory, terminated by a null byte. Chdir causes this directory to become the current working directory, the starting point for path names not beginning with `/'.
"SEE ALSO"
cd(1)
DIAGNOSTICS
Zero is returned if the directory is changed; -1 is returned if the given name is not that of a directory or is not searchable.
ASSEMBLER
(chdir = 12.)

sys chdir; dirname