diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-04-11 18:47:10 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-04-11 18:47:10 +0000 |
| commit | 1fd2a774d451e361a431a81cdc6ee490c8c0e9d6 (patch) | |
| tree | 94f5bfdac32c284e0d3416368f46631c3846309f /lib/libc/sys/getfh.2 | |
| parent | 99566cdccaad42d03c4a7214e6356bb4eb0dd10e (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/getfh.2')
| -rw-r--r-- | lib/libc/sys/getfh.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/getfh.2 b/lib/libc/sys/getfh.2 index 04f19cd2c2ecc..44ac7e7e921fc 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 |
