diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-07-15 20:59:12 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-07-15 20:59:12 +0000 |
| commit | 1f2cec106f598418fc7c7911c5f960d3c400a032 (patch) | |
| tree | 0740bbdd50b4e24e3b8d60b613944f1de59b7db7 /lib/libc/sys/chdir.2 | |
| parent | ab7e1a571298edd620866e971546c7e3d53b298b (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/chdir.2')
| -rw-r--r-- | lib/libc/sys/chdir.2 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/sys/chdir.2 b/lib/libc/sys/chdir.2 index 13da8b3a60f4..bb7a0c8be5e5 100644 --- a/lib/libc/sys/chdir.2 +++ b/lib/libc/sys/chdir.2 @@ -75,7 +75,9 @@ a process must have execute (search) access to the directory. .Sh RETURN VALUES .Rv -std .Sh ERRORS -.Fn Chdir +The +.Fn chdir +function will fail and the current working directory will be unchanged if one or more of the following are true: .Bl -tag -width Er @@ -98,7 +100,9 @@ points outside the process's allocated address space. An I/O error occurred while reading from or writing to the file system. .El .Pp -.Fn Fchdir +The +.Fn fchdir +function will fail and the current working directory will be unchanged if one or more of the following are true: .Bl -tag -width Er |
