]> git.ipfire.org Git - thirdparty/man-pages.git/commit - man3/inet_pton.3
Remove statement that inet_pton() extends inet_ntoa();
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 13 Jun 2008 10:37:04 +0000 (10:37 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 13 Jun 2008 10:37:04 +0000 (10:37 +0000)
commitcd1aabe6b10fcdd9673db5c6580a17bbdfbbf1f2
tree81327282fc3d34b2335a2f07a222752e627078c3
parent3b26a174e55e9f8419fdce9785a275d5f0548b6b
Remove statement that inet_pton() extends inet_ntoa();
that's not really true, since inet_pton() doesn't support
all of the string forms that are supported by inet_ntoa();
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482987.
Describe IPv6 address formats.
Describe dotted decimal format in more detail.
Add an example program.
Remove unneeded header files from SYNOPSIS.
Make NAME line more precise.
Make description of return value more precise.
SEE ALSO: Add inet(3), Add getaddrinfo(3).
man3/inet_pton.3