summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getfh.2
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-11 18:47:10 +0000
committerbde <bde@FreeBSD.org>1997-04-11 18:47:10 +0000
commit5681f0a3dca8af03a55f7e8481bb9243ffc8e809 (patch)
treea5b2606072b9b26de5a3415e92a86c74355df045 /lib/libc/sys/getfh.2
parent3e0c208aecc285d4daec5bc7077581a6772957c9 (diff)
downloadFreeBSD-src-5681f0a3dca8af03a55f7e8481bb9243ffc8e809.zip
FreeBSD-src-5681f0a3dca8af03a55f7e8481bb9243ffc8e809.tar.gz
Fixed missing const(s) or #include(s) in synopsis.
Diffstat (limited to 'lib/libc/sys/getfh.2')
-rw-r--r--lib/libc/sys/getfh.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/getfh.2 b/lib/libc/sys/getfh.2
index 04f19cd..44ac7e7 100644
--- a/lib/libc/sys/getfh.2
+++ b/lib/libc/sys/getfh.2
@@ -41,7 +41,7 @@
.Fd #include <sys/param.h>
.Fd #include <sys/mount.h>
.Ft int
-.Fn getfh "char *path" "fhandle_t *fhp"
+.Fn getfh "const char *path" "fhandle_t *fhp"
.Sh DESCRIPTION
.Fn Getfh
returns a file handle for the specified file or directory
OpenPOWER on IntegriCloud