|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 605 (0x25d)
Types: TextFile
Notes: UNIX file
Names: »chdir.2«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »usr/man/man2/chdir.2«
.ig @(#)chdir.2 2.1 7/1/84 @(#)Copyright (C) 1983 by National Semiconductor Corp. .. .TH CHDIR 2 .SH NAME chdir \- change current working directory .SH SYNOPSIS .nf .B chdir(dirname) .B char *dirname; .fi .SH DESCRIPTION .I Dirname is the address of the pathname of a directory, terminated by a null byte. .I Chdir causes this directory to become the current working directory, the starting point for path names not beginning with `/'. .SH "SEE ALSO" cd(1) .SH 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.