summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCrist J. Clark <cjc@FreeBSD.org>2001-11-29 00:56:45 +0000
committerCrist J. Clark <cjc@FreeBSD.org>2001-11-29 00:56:45 +0000
commite1a5ca24cac961bfbbfd802b52f827f3255d98cd (patch)
tree9e35a062a1b7673fcc60ab6be871c4438884502e
parent5393fef6927615e24ded9ac2d44c871a6516cc23 (diff)
Notes
-rw-r--r--lib/libc/net/inet.38
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libc/net/inet.3 b/lib/libc/net/inet.3
index 2461694f84e7..8816ae44d23c 100644
--- a/lib/libc/net/inet.3
+++ b/lib/libc/net/inet.3
@@ -203,6 +203,14 @@ 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