diff options
Diffstat (limited to 'lib/libc/net/inet6_rthdr_space.3')
-rw-r--r-- | lib/libc/net/inet6_rthdr_space.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/net/inet6_rthdr_space.3 b/lib/libc/net/inet6_rthdr_space.3 index 65afc5a734b..c72e84ff1a2 100644 --- a/lib/libc/net/inet6_rthdr_space.3 +++ b/lib/libc/net/inet6_rthdr_space.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet6_rthdr_space.3,v 1.22 2012/09/27 11:31:58 jmc Exp $ +.\" $OpenBSD: inet6_rthdr_space.3,v 1.23 2014/01/21 03:15:45 schwarze Exp $ .\" $KAME: inet6_rthdr_space.3,v 1.11 2005/01/05 03:00:44 itojun Exp $ .\" .\" Copyright (C) 2004 WIDE Project. @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: September 27 2012 $ +.Dd $Mdocdate: January 21 2014 $ .Dt INET6_RTHDR_SPACE 3 .Os .\" @@ -76,7 +76,7 @@ The eight functions are split into two groups, the first of which builds the header and the second of which can parse it. The function prototypes for these functions are all in the -.Aq Pa netinet/in.h +.In netinet/in.h header. Although direct manipulation of a routing header is possible, this set of APIs make it unnecessary and such direct manipulation |