summaryrefslogtreecommitdiff
path: root/lib/libc/sys/getfh.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/getfh.2')
-rw-r--r--lib/libc/sys/getfh.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/getfh.2 b/lib/libc/sys/getfh.2
index 1dcf38291b2..3cfb75e009e 100644
--- a/lib/libc/sys/getfh.2
+++ b/lib/libc/sys/getfh.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getfh.2,v 1.4 1998/07/06 18:27:24 deraadt Exp $
+.\" $OpenBSD: getfh.2,v 1.5 1999/02/27 21:56:17 deraadt Exp $
.\" $NetBSD: getfh.2,v 1.7 1995/10/12 15:40:53 jtc Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@@ -46,7 +46,7 @@
.Ft int
.Fn getfh "const char *path" "fhandle_t *fhp"
.Sh DESCRIPTION
-.Fn Getfh
+.Fn getfh
returns a file handle for the specified file or directory
in the file handle pointed to by
.Fa fhp .
@@ -57,7 +57,7 @@ Otherwise, -1 is returned and the global variable
.Va errno
is set to indicate the error.
.Sh ERRORS
-.Fn Getfh
+.Fn getfh
fails if one or more of the following are true:
.Bl -tag -width Er
.It Bq ENOTDIR
@@ -85,7 +85,7 @@ Search permission is denied for a component of the path prefix of
Too many symbolic links were encountered in translating
.Fa path .
.It Bq EFAULT
-.Fa Fhp
+.Fa fhp
points to an invalid address.
.It Bq EIO
An