]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/chdir.2
xnu-3789.41.3.tar.gz
[apple/xnu.git] / bsd / man / man2 / chdir.2
index d8476b8e6277e32cf074c294f706f658e7990e90..858b22d4b737ad7e1b571ab37d43a43d2bdece68 100644 (file)
@@ -83,7 +83,7 @@ is set to indicate
 the error.
 .Sh ERRORS
 The
 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:
 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
 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
 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,8 @@ The argument
 is not a valid file descriptor.
 .\" ==========
 .It Bq Er EINTR
 is not a valid file descriptor.
 .\" ==========
 .It Bq Er EINTR
-.Fn Fchdir was interrupted by a signal.
+.Fn fchdir
+was interrupted by a signal.
 .\" ==========
 .It Bq Er EIO
 An I/O error occurred while reading from or writing to the file system.
 .\" ==========
 .It Bq Er EIO
 An I/O error occurred while reading from or writing to the file system.