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/pathconf.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/pathconf.2')
| -rw-r--r-- | lib/libc/sys/pathconf.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/pathconf.2 b/lib/libc/sys/pathconf.2 index 14a876a1b37..79201cae135 100644 --- a/lib/libc/sys/pathconf.2 +++ b/lib/libc/sys/pathconf.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: pathconf.2,v 1.6 1998/08/07 13:28:23 kleink Exp $ +.\" $NetBSD: pathconf.2,v 1.7 1998/08/29 08:32:40 lukem Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -130,7 +130,7 @@ argument is invalid. The implementation does not support an association of the variable name with the associated file. .El -.Fn Pathconf +.Fn pathconf will fail if: .Bl -tag -width ENAMETOOLONGAA .It Bq Er ENOTDIR @@ -149,7 +149,7 @@ An I/O error occurred while reading from or writing to the file system. .El .Pp .Bl -tag -width [EFAULT] -.Fn Fpathconf +.Fn fpathconf will fail if: .It Bq Er EBADF .Fa fd |
