diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 14:11:46 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 14:11:46 +0000 |
| commit | 563f6bde6ebb1e3a226bb60fa4686752c7547521 (patch) | |
| tree | 508ca2db8fe21b0dcf98149b75d51da23d335a8e /lib/libc/net | |
| parent | 3b8ecdbbbec3a89d56cbdf4b23bb8ac3454065a8 (diff) | |
Notes
Diffstat (limited to 'lib/libc/net')
| -rw-r--r-- | lib/libc/net/getaddrinfo.3 | 2 | ||||
| -rw-r--r-- | lib/libc/net/inet.3 | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/net/getaddrinfo.3 b/lib/libc/net/getaddrinfo.3 index deb575f0255c..3af62f91916e 100644 --- a/lib/libc/net/getaddrinfo.3 +++ b/lib/libc/net/getaddrinfo.3 @@ -411,7 +411,7 @@ Similarly, if it resolves to IPv6, socket is used. Observe that there is no hardcoded reference to particular address family. The code works even if -.Nm getaddrinfo +.Fn getaddrinfo returns addresses that are not IPv4/v6. .Bd -literal -offset indent struct addrinfo hints, *res, *res0; diff --git a/lib/libc/net/inet.3 b/lib/libc/net/inet.3 index 2c7069de39e7..b04d3838bda2 100644 --- a/lib/libc/net/inet.3 +++ b/lib/libc/net/inet.3 @@ -235,17 +235,17 @@ for malformed requests. .Re .Sh STANDARDS The -.Nm inet_ntop +.Fn inet_ntop and -.Nm inet_pton +.Fn inet_pton functions conform to .St -xns5.2d2.0 . Note that -.Nm inet_pton +.Fn inet_pton does not accept 1-, 2-, or 3-part dotted addresses; all four parts must be specified. This is a narrower input set than that accepted by -.Nm inet_aton . +.Fn inet_aton . .Sh HISTORY These functions appeared in |
