X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/b0d623f7f2ae71ed96e60569f61f9a9a27016e80..0a7de7458d150b5d4dffc935ba399be265ef0a1a:/bsd/man/man2/chdir.2 diff --git a/bsd/man/man2/chdir.2 b/bsd/man/man2/chdir.2 index 3d688be23..858b22d4b 100644 --- a/bsd/man/man2/chdir.2 +++ b/bsd/man/man2/chdir.2 @@ -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