summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-12-23 16:48:57 +0000
committerbde <bde@FreeBSD.org>1999-12-23 16:48:57 +0000
commit1ab948f6cc46af3e7df3436372e453e51273ea55 (patch)
treeaf2c01e21db1ea3191892bee7759265b74432fff
parentdf20178dd303899c198f77c4fc2d6d1c20d837f4 (diff)
downloadFreeBSD-src-1ab948f6cc46af3e7df3436372e453e51273ea55.zip
FreeBSD-src-1ab948f6cc46af3e7df3436372e453e51273ea55.tar.gz
Fixed wrong #include in synopsis.
-rw-r--r--lib/libc/sys/fhopen.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/fhopen.2 b/lib/libc/sys/fhopen.2
index 18838a2..6265771 100644
--- a/lib/libc/sys/fhopen.2
+++ b/lib/libc/sys/fhopen.2
@@ -41,9 +41,9 @@
.Nm fhstatfs
.Nd access file via file handle
.Sh SYNOPSIS
-.Fd #include <sys/types.h>
-.Fd #include <sys/stat.h>
+.Fd #include <sys/param.h>
.Fd #include <sys/mount.h>
+.Fd #include <sys/stat.h>
.Ft int
.Fn fhopen "const fhandle_t *fhp" "int flags"
.Ft int
OpenPOWER on IntegriCloud