mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Fixed wrong #include in synopsis.
This commit is contained in:
parent
7452ae6ecc
commit
2f64ff4437
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55040
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user