diff options
| author | Alexander Langer <alex@FreeBSD.org> | 2001-01-06 12:48:43 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 2001-01-06 12:48:43 +0000 |
| commit | e2a2e8c7e010a3606724014fc2ada010259b1cb2 (patch) | |
| tree | 8d64956aa1cb7654a2f3081e6b90610bfce482bb | |
| parent | cbfa684843b5615f7aa1f2c7818c4b729b1bfb84 (diff) | |
Notes
| -rw-r--r-- | lib/libc/net/gethostbyname.3 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/libc/net/gethostbyname.3 b/lib/libc/net/gethostbyname.3 index 0e2006e4270e..c26e2605c524 100644 --- a/lib/libc/net/gethostbyname.3 +++ b/lib/libc/net/gethostbyname.3 @@ -140,16 +140,6 @@ which is intended to allow lookups in address families other than .Dv AF_INET , for example .Dv AF_INET6 . -Currently the -.Fa af -argument must be specified as -.Dv AF_INET -else the function will return -.Dv NULL -after having set -.Va h_errno -to -.Dv NETDB_INTERNAL .Pp The .Fn sethostent |
