]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/chdir.2
xnu-6153.121.1.tar.gz
[apple/xnu.git] / bsd / man / man2 / chdir.2
index 3d688be23c90b4567ba36ca2e224a670c648586b..858b22d4b737ad7e1b571ab37d43a43d2bdece68 100644 (file)
@@ -83,7 +83,7 @@ is set to indicate
 the error.
 .Sh ERRORS
 The
-.Fn Chdir
+.Fn chdir
 system call will fail
 and the current working directory will be unchanged
 if one or more of the following are true:
@@ -118,7 +118,7 @@ The named directory does not exist.
 A component of the path prefix is not a directory.
 .El
 .Pp
-.Fn Fchdir
+.Fn fchdir
 will fail and the current working directory will be unchanged if
 one or more of the following are true:
 .Bl -tag -width Er
@@ -133,7 +133,7 @@ The argument
 is not a valid file descriptor.
 .\" ==========
 .It Bq Er EINTR
-.Fn Fchdir
+.Fn fchdir
 was interrupted by a signal.
 .\" ==========
 .It Bq Er EIO