From 9c6e4f2a7cb805dbaa52f95f3cab1218a4238e3e Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 1 May 1996 01:40:04 +0000 Subject: [PATCH] Fixed incomplete or wrong lists of prerequisite #includes related to . --- lib/libc/gen/getgrent.3 | 3 ++- lib/libc/gen/getvfsent.3 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/libc/gen/getgrent.3 b/lib/libc/gen/getgrent.3 index 132ba6b06707..995caaa10be6 100644 --- a/lib/libc/gen/getgrent.3 +++ b/lib/libc/gen/getgrent.3 @@ -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 .Fd #include .Ft struct group * .Fn getgrent void diff --git a/lib/libc/gen/getvfsent.3 b/lib/libc/gen/getvfsent.3 index bb9c6cd8a3c9..4d7dc0aefaf9 100644 --- a/lib/libc/gen/getvfsent.3 +++ b/lib/libc/gen/getvfsent.3 @@ -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 .Fd #include .Ft struct vfsconf * .Fn getvfsbyname "const char *name"