diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-27 21:57:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-27 21:57:41 +0000 |
commit | aaf2d58f0d5749cc06139b7e1db0b22881ba61bd (patch) | |
tree | bc799ab769e278dfdecc60b0bbf69c30a578d613 /lib/libc/sys/pathconf.2 | |
parent | 584fd0812f68bd000624885be123bf263ed152ff (diff) |
make function names the correct case
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 f55665edde4..299c5ca7721 100644 --- a/lib/libc/sys/pathconf.2 +++ b/lib/libc/sys/pathconf.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pathconf.2,v 1.3 1998/07/06 18:28:08 deraadt Exp $ +.\" $OpenBSD: pathconf.2,v 1.4 1999/02/27 21:56:37 deraadt Exp $ .\" $NetBSD: pathconf.2,v 1.2 1995/02/27 12:35:22 cgd Exp $ .\" .\" Copyright (c) 1993 @@ -129,7 +129,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 @@ -148,7 +148,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 |