diff options
| author | jmc <> | 2012-08-21 16:35:16 +0000 | 
|---|---|---|
| committer | jmc <> | 2012-08-21 16:35:16 +0000 | 
| commit | c02396e91c4350facdb9b030e080f7ebe8fc9e10 (patch) | |
| tree | 0f7c667f659c151951f517bed0bf91a386210856 /src/lib/libc/net/inet6_opt_init.3 | |
| parent | 45afde624cbf6c049af0319df2ff1db4466f730d (diff) | |
| download | openbsd-c02396e91c4350facdb9b030e080f7ebe8fc9e10.tar.gz openbsd-c02396e91c4350facdb9b030e080f7ebe8fc9e10.tar.bz2 openbsd-c02396e91c4350facdb9b030e080f7ebe8fc9e10.zip | |
- remove inconsistent/obsolete comments
- update rfc references
- make the Rs/Re blocks more consistent
Diffstat (limited to 'src/lib/libc/net/inet6_opt_init.3')
| -rw-r--r-- | src/lib/libc/net/inet6_opt_init.3 | 31 | 
1 files changed, 12 insertions, 19 deletions
| diff --git a/src/lib/libc/net/inet6_opt_init.3 b/src/lib/libc/net/inet6_opt_init.3 index 21880a6382..644f984e09 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.3 2007/05/31 19:19:30 jmc Exp $ | 1 | .\" $OpenBSD: inet6_opt_init.3,v 1.4 2012/08/21 16:35:16 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: May 31 2007 $ | 31 | .Dd $Mdocdate: August 21 2012 $ | 
| 32 | .Dt INET6_OPT_INIT 3 | 32 | .Dt INET6_OPT_INIT 3 | 
| 33 | .Os | 33 | .Os | 
| 34 | .\" | 34 | .\" | 
| @@ -65,13 +65,6 @@ complicated. | |||
| 65 | The advanced sockets API defines a set of functions to | 65 | The advanced sockets API defines a set of functions to | 
| 66 | help applications create and manipulate Hop-by-Hop and Destination | 66 | help applications create and manipulate Hop-by-Hop and Destination | 
| 67 | options. | 67 | options. | 
| 68 | .\"This man page describes the functions specified in | ||
| 69 | .\"IETF Draft RFC 3542 while the | ||
| 70 | .\".Xr inet6_options_space 3 | ||
| 71 | .\"man page documents the functions defined in RFC 2292. | ||
| 72 | .\"It is expected | ||
| 73 | .\"that this set of functions will supersede those in RFC 2292 but for | ||
| 74 | .\"the time being both APIs are retained. | ||
| 75 | These functions use the | 68 | These functions use the | 
| 76 | formatting rules specified in Appendix B in RFC 2460, i.e. that the | 69 | formatting rules specified in Appendix B in RFC 2460, i.e. that the | 
| 77 | largest field is placed last in the option. | 70 | largest field is placed last in the option. | 
| @@ -314,20 +307,20 @@ on an error. | |||
| 314 | .\" | 307 | .\" | 
| 315 | .Sh SEE ALSO | 308 | .Sh SEE ALSO | 
| 316 | .Rs | 309 | .Rs | 
| 310 | .%A S. Deering | ||
| 311 | .%A R. Hinden | ||
| 312 | .%D December 1998 | ||
| 313 | .%R RFC 2460 | ||
| 314 | .%T Internet Protocol, Version 6 (IPv6) Specification | ||
| 315 | .Re | ||
| 316 | .Rs | ||
| 317 | .%A W. Stevens | 317 | .%A W. Stevens | 
| 318 | .%A M. Thomas | 318 | .%A M. Thomas | 
| 319 | .%A E. Nordmark | 319 | .%A E. Nordmark | 
| 320 | .%A T. Jinmei | 320 | .%A T. Jinmei | 
| 321 | .%T "Advanced Sockets API for IPv6" | 321 | .%D May 2003 | 
| 322 | .%N RFC 3542 | 322 | .%R RFC 3542 | 
| 323 | .%D October 2002 | 323 | .%T Advanced Sockets Application Program Interface (API) for IPv6 | 
| 324 | .Re | ||
| 325 | .Rs | ||
| 326 | .%A S. Deering | ||
| 327 | .%A R. Hinden | ||
| 328 | .%T "Internet Protocol, Version 6 (IPv6) Specification" | ||
| 329 | .%N RFC 2460 | ||
| 330 | .%D December 1998 | ||
| 331 | .Re | 324 | .Re | 
| 332 | .Sh STANDARDS | 325 | .Sh STANDARDS | 
| 333 | The functions are documented in | 326 | The functions are documented in | 
