summaryrefslogtreecommitdiff
path: root/static/v10/man2/chdir.2
diff options
context:
space:
mode:
Diffstat (limited to 'static/v10/man2/chdir.2')
-rw-r--r--static/v10/man2/chdir.224
1 files changed, 24 insertions, 0 deletions
diff --git a/static/v10/man2/chdir.2 b/static/v10/man2/chdir.2
new file mode 100644
index 00000000..04beefc4
--- /dev/null
+++ b/static/v10/man2/chdir.2
@@ -0,0 +1,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 --