diff options
| author | Crist J. Clark <cjc@FreeBSD.org> | 2001-11-29 09:44:33 +0000 |
|---|---|---|
| committer | Crist J. Clark <cjc@FreeBSD.org> | 2001-11-29 09:44:33 +0000 |
| commit | 2d69bc9b8e2cd98d2ec2453c822b32faab8e7c86 (patch) | |
| tree | d52bfbcb047dedf2b300bc5cd26af255dedd1a8b /lib/libc | |
| parent | 973698b38bf95a5a3485955c1236769935749aa2 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/net/inet.3 | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libc/net/inet.3 b/lib/libc/net/inet.3 index 8816ae44d23c..3b51129bdf28 100644 --- a/lib/libc/net/inet.3 +++ b/lib/libc/net/inet.3 @@ -203,14 +203,6 @@ hexadecimal; otherwise, a leading 0 implies octal; otherwise, the number is interpreted as decimal). .Pp The -.Fn inet_pton -function only understands Internet addresses written as dotted quads. -Each -.Dq part -may only contain numeric characters and is always interpreted as a -decimal value. -.Pp -The .Fn inet_aton and .Fn inet_ntoa @@ -253,7 +245,7 @@ functions conform to Note that .Fn inet_pton does not accept 1-, 2-, or 3-part dotted addresses; all four parts -must be specified. +must be specified and are interpreted only as decimal values. This is a narrower input set than that accepted by .Fn inet_aton . .Sh HISTORY |
