diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-01 03:35:54 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-01 03:35:54 +0000 |
commit | ecfdfa86b11e010c5a756298db5cdd1137354227 (patch) | |
tree | 303ac7db977513839c014e73320a7c9db1923957 /share | |
parent | 9e482659e527845abb397156e19a1357875c2376 (diff) |
sort sections;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ip6.4 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man4/ip6.4 b/share/man/man4/ip6.4 index 553982d609c..bc2642f42a9 100644 --- a/share/man/man4/ip6.4 +++ b/share/man/man4/ip6.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ip6.4,v 1.18 2004/12/31 21:26:40 jaredy Exp $ +.\" $OpenBSD: ip6.4,v 1.19 2005/01/01 03:35:53 jmc Exp $ .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -628,12 +628,6 @@ An unknown socket option name was given. .It Bq Er EINVAL An ancillary data object was improperly formed. .El -.Sh STANDARDS -Most of the socket options are defined in RFC 2292 and RFC 2553. -The -.Dv IPV6_PORTRANGE -socket option and the conflict resolution rule are not defined in the -RFCs and should be considered implementation dependent. .Sh SEE ALSO .Xr getsockopt 2 , .Xr recv 2 , @@ -678,3 +672,9 @@ RFCs and should be considered implementation dependent. .%A A. Rudoff .%T UNIX Network Programming, third edition .Re +.Sh STANDARDS +Most of the socket options are defined in RFC 2292 and RFC 2553. +The +.Dv IPV6_PORTRANGE +socket option and the conflict resolution rule are not defined in the +RFCs and should be considered implementation dependent. |