Correct first arg in synopsis.
This commit is contained in:
parent
39c2e4f00f
commit
a295767a9e
@ -30,7 +30,7 @@
|
|||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" from: @(#)getmntinfo.3 6.5 (Berkeley) 4/19/91
|
.\" from: @(#)getmntinfo.3 6.5 (Berkeley) 4/19/91
|
||||||
.\" $Id: getmntinfo.3,v 1.3 1993/11/30 21:52:46 jtc Exp $
|
.\" $Id: getmntinfo.3,v 1.4 1994/08/29 03:27:36 mycroft Exp $
|
||||||
.\"
|
.\"
|
||||||
.Dd April 19, 1991
|
.Dd April 19, 1991
|
||||||
.Dt GETMNTINFO 3
|
.Dt GETMNTINFO 3
|
||||||
@ -42,7 +42,7 @@
|
|||||||
.Fd #include <sys/types.h>
|
.Fd #include <sys/types.h>
|
||||||
.Fd #include <sys/mount.h>
|
.Fd #include <sys/mount.h>
|
||||||
.Ft int
|
.Ft int
|
||||||
.Fn getmntinfo "int mntbufp" "int flags"
|
.Fn getmntinfo "struct statfs **mntbufp" "int flags"
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Fn getmntinfo
|
.Fn getmntinfo
|
||||||
|
Loading…
Reference in New Issue
Block a user