diff options
author | alfred <alfred@FreeBSD.org> | 2001-03-27 09:49:03 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2001-03-27 09:49:03 +0000 |
commit | 43f4ccfaee466169ae8841b8e98ae2a5fe0c9a56 (patch) | |
tree | 883ae2fc13dd0aeffaa6db346307ed11f1dafea0 /lib/libc | |
parent | 1b69226cd64ea455736d76497846e016d6fcf977 (diff) | |
download | FreeBSD-src-43f4ccfaee466169ae8841b8e98ae2a5fe0c9a56.zip FreeBSD-src-43f4ccfaee466169ae8841b8e98ae2a5fe0c9a56.tar.gz |
give the "netgrent" functions a home in netdb.h
Diffstat (limited to 'lib/libc')
-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 3258df6..eac3a52 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 |