Fixed incomplete or wrong lists of prerequisite #includes related to
<sys/types.h>.
This commit is contained in:
parent
3a880d5ded
commit
9c6e4f2a7c
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" From: @(#)getgrent.3 8.2 (Berkeley) 4/19/94
|
||||
.\" $Id$
|
||||
.\" $Id: getgrent.3,v 1.2 1994/09/20 22:02:20 wollman Exp $
|
||||
.\"
|
||||
.Dd September 29, 1994
|
||||
.Dt GETGRENT 3
|
||||
@ -45,6 +45,7 @@
|
||||
.Nm endgrent
|
||||
.Nd group database operations
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <grp.h>
|
||||
.Ft struct group *
|
||||
.Fn getgrent void
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $Id: getvfsent.3,v 1.1 1994/09/25 01:38:30 wollman Exp $
|
||||
.\" $Id: getvfsent.3,v 1.2 1996/02/15 20:06:47 mpp Exp $
|
||||
.\" Written by Garrett A. Wollman, September 1994.
|
||||
.\" This manual page is in the public domain.
|
||||
.\"
|
||||
@ -15,6 +15,7 @@
|
||||
.Nm vfsload
|
||||
.Nd manage virtual filesystem modules
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/param.h>
|
||||
.Fd #include <sys/mount.h>
|
||||
.Ft struct vfsconf *
|
||||
.Fn getvfsbyname "const char *name"
|
||||
|
Loading…
Reference in New Issue
Block a user