diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-06-26 14:34:02 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-06-26 14:34:02 +0000 |
commit | e02685531bf8015bff97455adc9c36a9fde934a4 (patch) | |
tree | a8bbd6b92c72e5afbde8dfe76a74ca492812ce1d | |
parent | c783f23753c00bf211a434277dc15809507b2553 (diff) |
inet_pton() does not support specifying IPv6 scope-IDs.
-rw-r--r-- | man3/inet_pton.3 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man3/inet_pton.3 b/man3/inet_pton.3 index 92006798..ea4e127c 100644 --- a/man3/inet_pton.3 +++ b/man3/inet_pton.3 @@ -151,6 +151,10 @@ four bytes to be explicitly written). For an interface that handles both IPv6 addresses, and IPv4 addresses in numbers-and-dots notation, see .BR getaddrinfo (3). + +.NR inet_pton () +does not allow for the specification of a scope-ID +as part of an IPv6 address. .SH EXAMPLE The program below demonstrates the use of .BR inet_pton () |