diff options
Diffstat (limited to 'lib/libc/sys/getfh.2')
-rw-r--r-- | lib/libc/sys/getfh.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/getfh.2 b/lib/libc/sys/getfh.2 index 68051d0d882..13b6e942263 100644 --- a/lib/libc/sys/getfh.2 +++ b/lib/libc/sys/getfh.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getfh.2,v 1.18 2015/01/19 15:54:11 millert Exp $ +.\" $OpenBSD: getfh.2,v 1.19 2018/04/27 13:42:08 guenther Exp $ .\" $NetBSD: getfh.2,v 1.7 1995/10/12 15:40:53 jtc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -30,14 +30,14 @@ .\" .\" @(#)getfh.2 8.1 (Berkeley) 6/9/93 .\" -.Dd $Mdocdate: January 19 2015 $ +.Dd $Mdocdate: April 27 2018 $ .Dt GETFH 2 .Os .Sh NAME .Nm getfh .Nd get file handle .Sh SYNOPSIS -.In sys/param.h +.In sys/types.h .In sys/mount.h .Ft int .Fn getfh "const char *path" "fhandle_t *fhp" |