diff options
author | jmc <> | 2012-09-27 11:31:58 +0000 |
---|---|---|
committer | jmc <> | 2012-09-27 11:31:58 +0000 |
commit | 59625e84c89bf82e1c6d20c55785b618eb56ea72 (patch) | |
tree | 0e9da89db4dc2b425aaa66ffdabbc19a13e8c404 | |
parent | f626b8d9e72b5e492f382231234a5df56d50f9ad (diff) | |
download | openbsd-59625e84c89bf82e1c6d20c55785b618eb56ea72.tar.gz openbsd-59625e84c89bf82e1c6d20c55785b618eb56ea72.tar.bz2 openbsd-59625e84c89bf82e1c6d20c55785b618eb56ea72.zip |
last stage of rfc changes, using consistent Rs/Re blocks, and moving the
references into a STANDARDS section;
-rw-r--r-- | src/lib/libc/net/getaddrinfo.3 | 48 | ||||
-rw-r--r-- | src/lib/libc/net/getnameinfo.3 | 40 | ||||
-rw-r--r-- | src/lib/libc/net/if_indextoname.3 | 8 | ||||
-rw-r--r-- | src/lib/libc/net/inet.3 | 32 | ||||
-rw-r--r-- | src/lib/libc/net/inet6_opt_init.3 | 11 | ||||
-rw-r--r-- | src/lib/libc/net/inet6_option_space.3 | 12 | ||||
-rw-r--r-- | src/lib/libc/net/inet6_rth_space.3 | 7 | ||||
-rw-r--r-- | src/lib/libc/net/inet6_rthdr_space.3 | 6 | ||||
-rw-r--r-- | src/lib/libc/net/resolver.3 | 15 |
9 files changed, 91 insertions, 88 deletions
diff --git a/src/lib/libc/net/getaddrinfo.3 b/src/lib/libc/net/getaddrinfo.3 index af3df3c2f6..9ec857373e 100644 --- a/src/lib/libc/net/getaddrinfo.3 +++ b/src/lib/libc/net/getaddrinfo.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: getaddrinfo.3,v 1.50 2012/04/20 16:37:07 sthen Exp $ | 1 | .\" $OpenBSD: getaddrinfo.3,v 1.51 2012/09/27 11:31:58 jmc Exp $ |
2 | .\" $KAME: getaddrinfo.3,v 1.36 2005/01/05 03:23:05 itojun Exp $ | 2 | .\" $KAME: getaddrinfo.3,v 1.36 2005/01/05 03:23:05 itojun Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") | 4 | .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") |
@@ -16,7 +16,7 @@ | |||
16 | .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | 16 | .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
17 | .\" PERFORMANCE OF THIS SOFTWARE. | 17 | .\" PERFORMANCE OF THIS SOFTWARE. |
18 | .\" | 18 | .\" |
19 | .Dd $Mdocdate: April 20 2012 $ | 19 | .Dd $Mdocdate: September 27 2012 $ |
20 | .Dt GETADDRINFO 3 | 20 | .Dt GETADDRINFO 3 |
21 | .Os | 21 | .Os |
22 | .Sh NAME | 22 | .Sh NAME |
@@ -426,43 +426,43 @@ freeaddrinfo(res0); | |||
426 | .Xr hostname 7 , | 426 | .Xr hostname 7 , |
427 | .Xr named 8 | 427 | .Xr named 8 |
428 | .Rs | 428 | .Rs |
429 | .%A Craig Metz | ||
430 | .%B Proceedings of the Freenix Track: 2000 USENIX Annual Technical Conference | ||
431 | .%D June 2000 | ||
432 | .%T Protocol Independence Using the Sockets API | ||
433 | .Re | ||
434 | .Sh STANDARDS | ||
435 | The | ||
436 | .Fn getaddrinfo | ||
437 | function is defined by the | ||
438 | .St -p1003.1g-2000 | ||
439 | draft specification and documented in RFC 3493. | ||
440 | .Pp | ||
441 | The | ||
442 | .Dv AI_FQDN | ||
443 | flag bit first appeared in Windows 7. | ||
444 | .Pp | ||
445 | .Rs | ||
429 | .%A R. Gilligan | 446 | .%A R. Gilligan |
430 | .%A S. Thomson | 447 | .%A S. Thomson |
431 | .%A J. Bound | 448 | .%A J. Bound |
432 | .%A J. McCann | 449 | .%A J. McCann |
433 | .%A W. Stevens | 450 | .%A W. Stevens |
434 | .%T Basic Socket Interface Extensions for IPv6 | ||
435 | .%R RFC 3493 | ||
436 | .%D February 2003 | 451 | .%D February 2003 |
452 | .%R RFC 3493 | ||
453 | .%T Basic Socket Interface Extensions for IPv6 | ||
437 | .Re | 454 | .Re |
455 | .Pp | ||
438 | .Rs | 456 | .Rs |
439 | .%A S. Deering | 457 | .%A S. Deering |
440 | .%A B. Haberman | 458 | .%A B. Haberman |
441 | .%A T. Jinmei | 459 | .%A T. Jinmei |
442 | .%A E. Nordmark | 460 | .%A E. Nordmark |
443 | .%A B. Zill | 461 | .%A B. Zill |
444 | .%T "IPv6 Scoped Address Architecture" | ||
445 | .%R RFC 4007 | ||
446 | .%D March 2005 | 462 | .%D March 2005 |
463 | .%R RFC 4007 | ||
464 | .%T IPv6 Scoped Address Architecture | ||
447 | .Re | 465 | .Re |
448 | .Rs | ||
449 | .%A Craig Metz | ||
450 | .%T Protocol Independence Using the Sockets API | ||
451 | .%B "Proceedings of the Freenix Track: 2000 USENIX Annual Technical Conference" | ||
452 | .%D June 2000 | ||
453 | .Re | ||
454 | .Sh STANDARDS | ||
455 | The | ||
456 | .Fn getaddrinfo | ||
457 | function is defined by the | ||
458 | .St -p1003.1g-2000 | ||
459 | draft specification and documented in | ||
460 | .Dv "RFC 3493" , | ||
461 | .Dq Basic Socket Interface Extensions for IPv6 . | ||
462 | .Pp | ||
463 | The | ||
464 | .Dv AI_FQDN | ||
465 | flag bit first appeared in Windows 7. | ||
466 | .Sh BUGS | 466 | .Sh BUGS |
467 | The implementation of | 467 | The implementation of |
468 | .Fn getaddrinfo | 468 | .Fn getaddrinfo |
diff --git a/src/lib/libc/net/getnameinfo.3 b/src/lib/libc/net/getnameinfo.3 index 0d51ae211f..05d41b96e7 100644 --- a/src/lib/libc/net/getnameinfo.3 +++ b/src/lib/libc/net/getnameinfo.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: getnameinfo.3,v 1.42 2012/01/03 12:06:04 jmc Exp $ | 1 | .\" $OpenBSD: getnameinfo.3,v 1.43 2012/09/27 11:31:58 jmc Exp $ |
2 | .\" $KAME: getnameinfo.3,v 1.37 2005/01/05 03:23:05 itojun Exp $ | 2 | .\" $KAME: getnameinfo.3,v 1.37 2005/01/05 03:23:05 itojun Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") | 4 | .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") |
@@ -16,7 +16,7 @@ | |||
16 | .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | 16 | .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
17 | .\" PERFORMANCE OF THIS SOFTWARE. | 17 | .\" PERFORMANCE OF THIS SOFTWARE. |
18 | .\" | 18 | .\" |
19 | .Dd $Mdocdate: January 3 2012 $ | 19 | .Dd $Mdocdate: September 27 2012 $ |
20 | .Dt GETNAMEINFO 3 | 20 | .Dt GETNAMEINFO 3 |
21 | .Os | 21 | .Os |
22 | .Sh NAME | 22 | .Sh NAME |
@@ -165,38 +165,38 @@ printf("host=%s\en", hbuf); | |||
165 | .Xr hostname 7 , | 165 | .Xr hostname 7 , |
166 | .Xr named 8 | 166 | .Xr named 8 |
167 | .Rs | 167 | .Rs |
168 | .%A Craig Metz | ||
169 | .%T Protocol Independence Using the Sockets API | ||
170 | .%B Proceedings of the Freenix Track: 2000 USENIX Annual Technical Conference | ||
171 | .%D June 2000 | ||
172 | .Re | ||
173 | .Sh STANDARDS | ||
174 | The | ||
175 | .Fn getnameinfo | ||
176 | function is defined by the | ||
177 | .St -p1003.1g-2000 | ||
178 | draft specification and documented in RFC 2553. | ||
179 | .Pp | ||
180 | .Rs | ||
168 | .%A R. Gilligan | 181 | .%A R. Gilligan |
169 | .%A S. Thomson | 182 | .%A S. Thomson |
170 | .%A J. Bound | 183 | .%A J. Bound |
171 | .%A W. Stevens | 184 | .%A W. Stevens |
172 | .%T Basic Socket Interface Extensions for IPv6 | ||
173 | .%R RFC 2553 | ||
174 | .%D March 1999 | 185 | .%D March 1999 |
186 | .%R RFC 2553 | ||
187 | .%T Basic Socket Interface Extensions for IPv6 | ||
175 | .Re | 188 | .Re |
189 | .Pp | ||
176 | .Rs | 190 | .Rs |
177 | .%A S. Deering | 191 | .%A S. Deering |
178 | .%A B. Haberman | 192 | .%A B. Haberman |
179 | .%A T. Jinmei | 193 | .%A T. Jinmei |
180 | .%A E. Nordmark | 194 | .%A E. Nordmark |
181 | .%A B. Zill | 195 | .%A B. Zill |
182 | .%T "IPv6 Scoped Address Architecture" | ||
183 | .%R RFC 4007 | ||
184 | .%D March 2005 | 196 | .%D March 2005 |
197 | .%R RFC 4007 | ||
198 | .%T IPv6 Scoped Address Architecture | ||
185 | .Re | 199 | .Re |
186 | .Rs | ||
187 | .%A Craig Metz | ||
188 | .%T Protocol Independence Using the Sockets API | ||
189 | .%B "Proceedings of the Freenix Track: 2000 USENIX Annual Technical Conference" | ||
190 | .%D June 2000 | ||
191 | .Re | ||
192 | .Sh STANDARDS | ||
193 | The | ||
194 | .Fn getnameinfo | ||
195 | function is defined by the | ||
196 | .St -p1003.1g-2000 | ||
197 | draft specification and documented in | ||
198 | .Tn "RFC 2553" , | ||
199 | .Dq Basic Socket Interface Extensions for IPv6 . | ||
200 | .Sh CAVEATS | 200 | .Sh CAVEATS |
201 | .Fn getnameinfo | 201 | .Fn getnameinfo |
202 | can return both numeric and FQDN forms of the address specified in | 202 | can return both numeric and FQDN forms of the address specified in |
diff --git a/src/lib/libc/net/if_indextoname.3 b/src/lib/libc/net/if_indextoname.3 index 4826b985bb..df17389917 100644 --- a/src/lib/libc/net/if_indextoname.3 +++ b/src/lib/libc/net/if_indextoname.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: if_indextoname.3,v 1.12 2012/08/22 18:32:47 jmc Exp $ | 1 | .\" $OpenBSD: if_indextoname.3,v 1.13 2012/09/27 11:31:58 jmc Exp $ |
2 | .\" Copyright (c) 1983, 1991, 1993 | 2 | .\" Copyright (c) 1983, 1991, 1993 |
3 | .\" The Regents of the University of California. All rights reserved. | 3 | .\" The Regents of the University of California. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -28,7 +28,7 @@ | |||
28 | .\" | 28 | .\" |
29 | .\" From: @(#)rcmd.3 8.1 (Berkeley) 6/4/93 | 29 | .\" From: @(#)rcmd.3 8.1 (Berkeley) 6/4/93 |
30 | .\" | 30 | .\" |
31 | .Dd $Mdocdate: August 22 2012 $ | 31 | .Dd $Mdocdate: September 27 2012 $ |
32 | .Dt IF_NAMETOINDEX 3 | 32 | .Dt IF_NAMETOINDEX 3 |
33 | .Os | 33 | .Os |
34 | .Sh NAME | 34 | .Sh NAME |
@@ -130,6 +130,7 @@ on errors. | |||
130 | .Sh SEE ALSO | 130 | .Sh SEE ALSO |
131 | .Xr getifaddrs 3 , | 131 | .Xr getifaddrs 3 , |
132 | .Xr networking 4 | 132 | .Xr networking 4 |
133 | .Sh STANDARDS | ||
133 | .Rs | 134 | .Rs |
134 | .%A R. Gilligan | 135 | .%A R. Gilligan |
135 | .%A S. Thomson | 136 | .%A S. Thomson |
@@ -140,6 +141,3 @@ on errors. | |||
140 | .%R RFC 3493 | 141 | .%R RFC 3493 |
141 | .%T Basic Socket Interface Extensions for IPv6 | 142 | .%T Basic Socket Interface Extensions for IPv6 |
142 | .Re | 143 | .Re |
143 | .Sh STANDARDS | ||
144 | These functions are defined in ``Basic Socket Interface Extensions for IPv6'' | ||
145 | .Pq RFC 3493 . | ||
diff --git a/src/lib/libc/net/inet.3 b/src/lib/libc/net/inet.3 index 4521827466..d96a824532 100644 --- a/src/lib/libc/net/inet.3 +++ b/src/lib/libc/net/inet.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: inet.3,v 1.24 2012/08/20 19:38:55 jmc Exp $ | 1 | .\" $OpenBSD: inet.3,v 1.25 2012/09/27 11:31:58 jmc Exp $ |
2 | .\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $ | 2 | .\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (c) 1983, 1990, 1991, 1993 | 4 | .\" Copyright (c) 1983, 1990, 1991, 1993 |
@@ -30,7 +30,7 @@ | |||
30 | .\" | 30 | .\" |
31 | .\" @(#)inet.3 8.1 (Berkeley) 6/4/93 | 31 | .\" @(#)inet.3 8.1 (Berkeley) 6/4/93 |
32 | .\" | 32 | .\" |
33 | .Dd $Mdocdate: August 20 2012 $ | 33 | .Dd $Mdocdate: September 27 2012 $ |
34 | .Dt INET 3 | 34 | .Dt INET 3 |
35 | .Os | 35 | .Os |
36 | .Sh NAME | 36 | .Sh NAME |
@@ -277,6 +277,20 @@ or in compressed form: | |||
277 | .Xr inet_net 3 , | 277 | .Xr inet_net 3 , |
278 | .Xr hosts 5 , | 278 | .Xr hosts 5 , |
279 | .Xr networks 5 | 279 | .Xr networks 5 |
280 | .Sh STANDARDS | ||
281 | The | ||
282 | .Nm inet_ntop | ||
283 | and | ||
284 | .Nm inet_pton | ||
285 | functions conform to the IETF IPv6 BSD API and address formatting | ||
286 | specifications. | ||
287 | Note that | ||
288 | .Nm inet_pton | ||
289 | does not accept 1-, 2-, or 3-part dotted addresses; all four parts | ||
290 | must be specified. | ||
291 | This is a narrower input set than that accepted by | ||
292 | .Nm inet_aton . | ||
293 | .Pp | ||
280 | .Rs | 294 | .Rs |
281 | .%A R. Gilligan | 295 | .%A R. Gilligan |
282 | .%A S. Thomson | 296 | .%A S. Thomson |
@@ -287,6 +301,7 @@ or in compressed form: | |||
287 | .%R RFC 3493 | 301 | .%R RFC 3493 |
288 | .%T Basic Socket Interface Extensions for IPv6 | 302 | .%T Basic Socket Interface Extensions for IPv6 |
289 | .Re | 303 | .Re |
304 | .Pp | ||
290 | .Rs | 305 | .Rs |
291 | .%A R. Hinden | 306 | .%A R. Hinden |
292 | .%A S. Deering | 307 | .%A S. Deering |
@@ -294,19 +309,6 @@ or in compressed form: | |||
294 | .%R RFC 4291 | 309 | .%R RFC 4291 |
295 | .%T IP Version 6 Addressing Architecture | 310 | .%T IP Version 6 Addressing Architecture |
296 | .Re | 311 | .Re |
297 | .Sh STANDARDS | ||
298 | The | ||
299 | .Nm inet_ntop | ||
300 | and | ||
301 | .Nm inet_pton | ||
302 | functions conform to the IETF IPv6 BSD API and address formatting | ||
303 | specifications. | ||
304 | Note that | ||
305 | .Nm inet_pton | ||
306 | does not accept 1-, 2-, or 3-part dotted addresses; all four parts | ||
307 | must be specified. | ||
308 | This is a narrower input set than that accepted by | ||
309 | .Nm inet_aton . | ||
310 | .Sh HISTORY | 312 | .Sh HISTORY |
311 | The | 313 | The |
312 | .Nm inet_addr , | 314 | .Nm inet_addr , |
diff --git a/src/lib/libc/net/inet6_opt_init.3 b/src/lib/libc/net/inet6_opt_init.3 index 644f984e09..973f1e27fb 100644 --- a/src/lib/libc/net/inet6_opt_init.3 +++ b/src/lib/libc/net/inet6_opt_init.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: inet6_opt_init.3,v 1.4 2012/08/21 16:35:16 jmc Exp $ | 1 | .\" $OpenBSD: inet6_opt_init.3,v 1.5 2012/09/27 11:31:58 jmc Exp $ |
2 | .\" $KAME: inet6_opt_init.3,v 1.7 2004/12/27 05:08:23 itojun Exp $ | 2 | .\" $KAME: inet6_opt_init.3,v 1.7 2004/12/27 05:08:23 itojun Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (C) 2004 WIDE Project. | 4 | .\" Copyright (C) 2004 WIDE Project. |
@@ -28,7 +28,7 @@ | |||
28 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 28 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
29 | .\" SUCH DAMAGE. | 29 | .\" SUCH DAMAGE. |
30 | .\" | 30 | .\" |
31 | .Dd $Mdocdate: August 21 2012 $ | 31 | .Dd $Mdocdate: September 27 2012 $ |
32 | .Dt INET6_OPT_INIT 3 | 32 | .Dt INET6_OPT_INIT 3 |
33 | .Os | 33 | .Os |
34 | .\" | 34 | .\" |
@@ -305,7 +305,7 @@ All the functions return | |||
305 | \-1 | 305 | \-1 |
306 | on an error. | 306 | on an error. |
307 | .\" | 307 | .\" |
308 | .Sh SEE ALSO | 308 | .Sh STANDARDS |
309 | .Rs | 309 | .Rs |
310 | .%A S. Deering | 310 | .%A S. Deering |
311 | .%A R. Hinden | 311 | .%A R. Hinden |
@@ -313,6 +313,7 @@ on an error. | |||
313 | .%R RFC 2460 | 313 | .%R RFC 2460 |
314 | .%T Internet Protocol, Version 6 (IPv6) Specification | 314 | .%T Internet Protocol, Version 6 (IPv6) Specification |
315 | .Re | 315 | .Re |
316 | .Pp | ||
316 | .Rs | 317 | .Rs |
317 | .%A W. Stevens | 318 | .%A W. Stevens |
318 | .%A M. Thomas | 319 | .%A M. Thomas |
@@ -322,10 +323,6 @@ on an error. | |||
322 | .%R RFC 3542 | 323 | .%R RFC 3542 |
323 | .%T Advanced Sockets Application Program Interface (API) for IPv6 | 324 | .%T Advanced Sockets Application Program Interface (API) for IPv6 |
324 | .Re | 325 | .Re |
325 | .Sh STANDARDS | ||
326 | The functions are documented in | ||
327 | .Dq Advanced Sockets API for IPv6 | ||
328 | .Pq RFC 3542 . | ||
329 | .Sh HISTORY | 326 | .Sh HISTORY |
330 | The implementation first appeared in KAME advanced networking kit. | 327 | The implementation first appeared in KAME advanced networking kit. |
331 | .\" | 328 | .\" |
diff --git a/src/lib/libc/net/inet6_option_space.3 b/src/lib/libc/net/inet6_option_space.3 index 9eab87f225..6c282a6f81 100644 --- a/src/lib/libc/net/inet6_option_space.3 +++ b/src/lib/libc/net/inet6_option_space.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: inet6_option_space.3,v 1.22 2012/08/21 16:35:16 jmc Exp $ | 1 | .\" $OpenBSD: inet6_option_space.3,v 1.23 2012/09/27 11:31:58 jmc Exp $ |
2 | .\" $KAME: inet6_option_space.3,v 1.11 2005/01/05 03:00:44 itojun Exp $ | 2 | .\" $KAME: inet6_option_space.3,v 1.11 2005/01/05 03:00:44 itojun Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (C) 2004 WIDE Project. | 4 | .\" Copyright (C) 2004 WIDE Project. |
@@ -28,7 +28,7 @@ | |||
28 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 28 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
29 | .\" SUCH DAMAGE. | 29 | .\" SUCH DAMAGE. |
30 | .\" | 30 | .\" |
31 | .Dd $Mdocdate: August 21 2012 $ | 31 | .Dd $Mdocdate: September 27 2012 $ |
32 | .Dt INET6_OPTION_SPACE 3 | 32 | .Dt INET6_OPTION_SPACE 3 |
33 | .Os | 33 | .Os |
34 | .\" | 34 | .\" |
@@ -419,6 +419,8 @@ value. | |||
419 | .Sh SEE ALSO | 419 | .Sh SEE ALSO |
420 | .Xr inet6 4 , | 420 | .Xr inet6 4 , |
421 | .Xr ip6 4 | 421 | .Xr ip6 4 |
422 | .\" | ||
423 | .Sh STANDARDS | ||
422 | .Rs | 424 | .Rs |
423 | .%A W. Stevens | 425 | .%A W. Stevens |
424 | .%A M. Thomas | 426 | .%A M. Thomas |
@@ -426,6 +428,7 @@ value. | |||
426 | .%R RFC 2292 | 428 | .%R RFC 2292 |
427 | .%T Advanced Sockets API for IPv6 | 429 | .%T Advanced Sockets API for IPv6 |
428 | .Re | 430 | .Re |
431 | .Pp | ||
429 | .Rs | 432 | .Rs |
430 | .%A S. Deering | 433 | .%A S. Deering |
431 | .%A R. Hinden | 434 | .%A R. Hinden |
@@ -434,11 +437,6 @@ value. | |||
434 | .%T Internet Protocol, Version 6 (IPv6) Specification | 437 | .%T Internet Protocol, Version 6 (IPv6) Specification |
435 | .Re | 438 | .Re |
436 | .\" | 439 | .\" |
437 | .Sh STANDARDS | ||
438 | The functions are documented in | ||
439 | .Dq Advanced Sockets API for IPv6 | ||
440 | (RFC 2292). | ||
441 | .\" | ||
442 | .Sh HISTORY | 440 | .Sh HISTORY |
443 | This implementation first appeared in the KAME advanced networking kit. | 441 | This implementation first appeared in the KAME advanced networking kit. |
444 | .\" | 442 | .\" |
diff --git a/src/lib/libc/net/inet6_rth_space.3 b/src/lib/libc/net/inet6_rth_space.3 index fdd9e67c2d..6b09e6fa88 100644 --- a/src/lib/libc/net/inet6_rth_space.3 +++ b/src/lib/libc/net/inet6_rth_space.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: inet6_rth_space.3,v 1.4 2012/08/21 16:35:16 jmc Exp $ | 1 | .\" $OpenBSD: inet6_rth_space.3,v 1.5 2012/09/27 11:31:58 jmc Exp $ |
2 | .\" $KAME: inet6_rth_space.3,v 1.7 2005/01/05 03:00:44 itojun Exp $ | 2 | .\" $KAME: inet6_rth_space.3,v 1.7 2005/01/05 03:00:44 itojun Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (C) 2004 WIDE Project. | 4 | .\" Copyright (C) 2004 WIDE Project. |
@@ -28,7 +28,7 @@ | |||
28 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 28 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
29 | .\" SUCH DAMAGE. | 29 | .\" SUCH DAMAGE. |
30 | .\" | 30 | .\" |
31 | .Dd $Mdocdate: August 21 2012 $ | 31 | .Dd $Mdocdate: September 27 2012 $ |
32 | .Dt INET6_RTH_SPACE 3 | 32 | .Dt INET6_RTH_SPACE 3 |
33 | .Os | 33 | .Os |
34 | .\" | 34 | .\" |
@@ -198,7 +198,7 @@ and | |||
198 | .Fn inet6_rth_reverse | 198 | .Fn inet6_rth_reverse |
199 | functions return 0 on success, or \-1 upon an error. | 199 | functions return 0 on success, or \-1 upon an error. |
200 | .\" | 200 | .\" |
201 | .Sh SEE ALSO | 201 | .Sh STANDARDS |
202 | .Rs | 202 | .Rs |
203 | .%A S. Deering | 203 | .%A S. Deering |
204 | .%A R. Hinden | 204 | .%A R. Hinden |
@@ -206,6 +206,7 @@ functions return 0 on success, or \-1 upon an error. | |||
206 | .%R RFC 2460 | 206 | .%R RFC 2460 |
207 | .%T Internet Protocol, Version 6 (IPv6) Specification | 207 | .%T Internet Protocol, Version 6 (IPv6) Specification |
208 | .Re | 208 | .Re |
209 | .Pp | ||
209 | .Rs | 210 | .Rs |
210 | .%A W. Stevens | 211 | .%A W. Stevens |
211 | .%A M. Thomas | 212 | .%A M. Thomas |
diff --git a/src/lib/libc/net/inet6_rthdr_space.3 b/src/lib/libc/net/inet6_rthdr_space.3 index f3b8edd7ba..65afc5a734 100644 --- a/src/lib/libc/net/inet6_rthdr_space.3 +++ b/src/lib/libc/net/inet6_rthdr_space.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: inet6_rthdr_space.3,v 1.21 2012/08/21 16:35:16 jmc Exp $ | 1 | .\" $OpenBSD: inet6_rthdr_space.3,v 1.22 2012/09/27 11:31:58 jmc Exp $ |
2 | .\" $KAME: inet6_rthdr_space.3,v 1.11 2005/01/05 03:00:44 itojun Exp $ | 2 | .\" $KAME: inet6_rthdr_space.3,v 1.11 2005/01/05 03:00:44 itojun Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (C) 2004 WIDE Project. | 4 | .\" Copyright (C) 2004 WIDE Project. |
@@ -28,7 +28,7 @@ | |||
28 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 28 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
29 | .\" SUCH DAMAGE. | 29 | .\" SUCH DAMAGE. |
30 | .\" | 30 | .\" |
31 | .Dd $Mdocdate: August 21 2012 $ | 31 | .Dd $Mdocdate: September 27 2012 $ |
32 | .Dt INET6_RTHDR_SPACE 3 | 32 | .Dt INET6_RTHDR_SPACE 3 |
33 | .Os | 33 | .Os |
34 | .\" | 34 | .\" |
@@ -279,6 +279,7 @@ functions return \-1 on error. | |||
279 | .Sh SEE ALSO | 279 | .Sh SEE ALSO |
280 | .Xr inet6 4 , | 280 | .Xr inet6 4 , |
281 | .Xr ip6 4 | 281 | .Xr ip6 4 |
282 | .Sh STANDARDS | ||
282 | .Rs | 283 | .Rs |
283 | .%A W. Stevens | 284 | .%A W. Stevens |
284 | .%A M. Thomas | 285 | .%A M. Thomas |
@@ -286,6 +287,7 @@ functions return \-1 on error. | |||
286 | .%R RFC 2292 | 287 | .%R RFC 2292 |
287 | .%T Advanced Sockets API for IPv6 | 288 | .%T Advanced Sockets API for IPv6 |
288 | .Re | 289 | .Re |
290 | .Pp | ||
289 | .Rs | 291 | .Rs |
290 | .%A S. Deering | 292 | .%A S. Deering |
291 | .%A R. Hinden | 293 | .%A R. Hinden |
diff --git a/src/lib/libc/net/resolver.3 b/src/lib/libc/net/resolver.3 index d5bfb67e8d..d36b6d8d89 100644 --- a/src/lib/libc/net/resolver.3 +++ b/src/lib/libc/net/resolver.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: resolver.3,v 1.22 2012/08/21 06:18:23 jmc Exp $ | 1 | .\" $OpenBSD: resolver.3,v 1.23 2012/09/27 11:31:58 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1985, 1991, 1993 | 3 | .\" Copyright (c) 1985, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -27,7 +27,7 @@ | |||
27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
28 | .\" SUCH DAMAGE. | 28 | .\" SUCH DAMAGE. |
29 | .\" | 29 | .\" |
30 | .Dd $Mdocdate: August 21 2012 $ | 30 | .Dd $Mdocdate: September 27 2012 $ |
31 | .Dt RESOLVER 3 | 31 | .Dt RESOLVER 3 |
32 | .Os | 32 | .Os |
33 | .Sh NAME | 33 | .Sh NAME |
@@ -338,38 +338,43 @@ The configuration file. | |||
338 | .Xr hostname 7 , | 338 | .Xr hostname 7 , |
339 | .Xr named 8 | 339 | .Xr named 8 |
340 | .Rs | 340 | .Rs |
341 | .%T Name Server Operations Guide for BIND | ||
342 | .Re | ||
343 | .Sh STANDARDS | ||
344 | .Rs | ||
341 | .%A M. Stahl | 345 | .%A M. Stahl |
342 | .%D November 1987 | 346 | .%D November 1987 |
343 | .%R RFC 1032 | 347 | .%R RFC 1032 |
344 | .%T Domain Administrators Guide | 348 | .%T Domain Administrators Guide |
345 | .Re | 349 | .Re |
350 | .Pp | ||
346 | .Rs | 351 | .Rs |
347 | .%A M. Lottor | 352 | .%A M. Lottor |
348 | .%D November 1987 | 353 | .%D November 1987 |
349 | .%R RFC 1033 | 354 | .%R RFC 1033 |
350 | .%T Domain Administrators Operations Guide | 355 | .%T Domain Administrators Operations Guide |
351 | .Re | 356 | .Re |
357 | .Pp | ||
352 | .Rs | 358 | .Rs |
353 | .%A P. Mockapetris | 359 | .%A P. Mockapetris |
354 | .%D November 1987 | 360 | .%D November 1987 |
355 | .%R RFC 1034 | 361 | .%R RFC 1034 |
356 | .%T Domain Names \(en Concepts and Facilities | 362 | .%T Domain Names \(en Concepts and Facilities |
357 | .Re | 363 | .Re |
364 | .Pp | ||
358 | .Rs | 365 | .Rs |
359 | .%A P. Mockapetris | 366 | .%A P. Mockapetris |
360 | .%D November 1987 | 367 | .%D November 1987 |
361 | .%R RFC 1035 | 368 | .%R RFC 1035 |
362 | .%T Domain Names \(en Implementation and Specification | 369 | .%T Domain Names \(en Implementation and Specification |
363 | .Re | 370 | .Re |
371 | .Pp | ||
364 | .Rs | 372 | .Rs |
365 | .%A J. Klensin | 373 | .%A J. Klensin |
366 | .%D October 2008 | 374 | .%D October 2008 |
367 | .%R RFC 5321 | 375 | .%R RFC 5321 |
368 | .%T Simple Mail Transfer Protocol | 376 | .%T Simple Mail Transfer Protocol |
369 | .Re | 377 | .Re |
370 | .Rs | ||
371 | .%T Name Server Operations Guide for BIND | ||
372 | .Re | ||
373 | .Sh HISTORY | 378 | .Sh HISTORY |
374 | The | 379 | The |
375 | .Nm | 380 | .Nm |