diff options
| author | lukem <lukem@NetBSD.org> | 1998-08-29 08:32:32 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1998-08-29 08:32:32 +0000 |
| commit | ce83c69e00a77ed28196913aa6cd4d90b18a5a40 (patch) | |
| tree | 450c82d7051427c4a5591ae055ee20a914f89ff7 /lib/libc/sys/chdir.2 | |
| parent | ed88a6f1032cd4c9cfba1c0bd934bbe6bff8fc05 (diff) | |
first pass at fixing up capitalization of function names and
arguments; ensure that each is correct with respect to the
implementation, rather than being correct as per english.
Diffstat (limited to 'lib/libc/sys/chdir.2')
| -rw-r--r-- | lib/libc/sys/chdir.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/chdir.2 b/lib/libc/sys/chdir.2 index ed60833a507..943d553bf0d 100644 --- a/lib/libc/sys/chdir.2 +++ b/lib/libc/sys/chdir.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: chdir.2,v 1.9 1997/07/14 23:19:51 kleink Exp $ +.\" $NetBSD: chdir.2,v 1.10 1998/08/29 08:32:35 lukem Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -78,7 +78,7 @@ Otherwise, a value of -1 is returned and is set to indicate the error. .Sh ERRORS -.Fn Chdir +.Fn chdir will fail and the current working directory will be unchanged if one or more of the following are true: .Bl -tag -width Er @@ -98,13 +98,13 @@ Too many symbolic links were encountered in translating the pathname. Search permission is denied for any component of the path name. .It Bq Er EFAULT -.Fa Path +.Fa path points outside the process's allocated address space. .It Bq Er EIO An I/O error occurred while reading from or writing to the file system. .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 |
