diff options
author | Alfred Perlstein <alfred@FreeBSD.org> | 2001-03-27 09:49:03 +0000 |
---|---|---|
committer | Alfred Perlstein <alfred@FreeBSD.org> | 2001-03-27 09:49:03 +0000 |
commit | 8f1507811058ef1216eb30adb394a2c4d96f5edc (patch) | |
tree | 756d1bee8546af6c8a770e4041a2dc7e56a204fe /lib/libc/gen/getnetgrent.3 | |
parent | 40c10ffdbda500cf5d1e4fe7c1b26d1b1668bfd2 (diff) | |
download | src-8f1507811058ef1216eb30adb394a2c4d96f5edc.tar.gz src-8f1507811058ef1216eb30adb394a2c4d96f5edc.zip |
give the "netgrent" functions a home in netdb.h
Notes
Notes:
svn path=/head/; revision=74844
Diffstat (limited to 'lib/libc/gen/getnetgrent.3')
-rw-r--r-- | lib/libc/gen/getnetgrent.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/gen/getnetgrent.3 b/lib/libc/gen/getnetgrent.3 index 3258df66c4a6..eac3a528a6a3 100644 --- a/lib/libc/gen/getnetgrent.3 +++ b/lib/libc/gen/getnetgrent.3 @@ -44,6 +44,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS +.Fd #include <netdb.h> .Ft int .Fn getnetgrent "char **host" "char **user" "char **domain" .Ft int |