cvs commit: src/lib/libc/net gai_strerror.3 getaddrinfo.3
getnameinfo.3 inet6_opt_init.3 inet6_option_space.3
inet6_rth_space.3 inet6_rthdr_space.3 src/share/man/man4 icmp6.4
ip6.4
George V. Neville-Neil
gnn at FreeBSD.org
Sun Jul 3 01:08:33 GMT 2005
gnn 2005-01-23 16:02:48 UTC
FreeBSD src repository
Added files:
lib/libc/net gai_strerror.3 getaddrinfo.3
getnameinfo.3 inet6_opt_init.3
inet6_option_space.3 inet6_rth_space.3
inet6_rthdr_space.3
share/man/man4 icmp6.4 ip6.4
Log:
Submitted by: George V. Neville-Neil (gnn at freebsd dot org)
Reviewed by: Kame Project (including Itojun-san, Jinmei-san and Suzuki-san)
Approved by: Robert Watson (robert at freebsd dot org)
Obtained from: Kame Project and OpenBSD
Replace manual pages that may have violated the IETF's Copyright.
All come from the Kame tree.
Several were from OpenBSD except for ip6.4, and the inet6* pages which were
rewritten by me.
All of the text is new and drawn from reading the code and
documentation.
Revision Changes Path
1.1 +94 -0 src/lib/libc/net/gai_strerror.3 (new)
1.29 +435 -0 src/lib/libc/net/getaddrinfo.3 (new)
1.21 +271 -0 src/lib/libc/net/getnameinfo.3 (new)
1.7 +337 -0 src/lib/libc/net/inet6_opt_init.3 (new)
1.16 +434 -0 src/lib/libc/net/inet6_option_space.3 (new)
1.7 +223 -0 src/lib/libc/net/inet6_rth_space.3 (new)
1.14 +305 -0 src/lib/libc/net/inet6_rthdr_space.3 (new)
1.16 +255 -0 src/share/man/man4/icmp6.4 (new)
1.18 +686 -0 src/share/man/man4/ip6.4 (new)
More information about the cvs-src
mailing list