[BACK]Return to inet6_option_space.3 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / net

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/net/inet6_option_space.3 between version 1.4.6.4 and 1.5

version 1.4.6.4, 2002/10/18 02:16:20 version 1.5, 2001/09/16 02:54:17
Line 46 
Line 46 
 .Nd IPv6 Hop-by-Hop and Destination Options manipulation  .Nd IPv6 Hop-by-Hop and Destination Options manipulation
 .\"  .\"
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Fd #include \*[Lt]netinet/in.h\*[Gt]  .Fd #include <netinet/in.h>
 .Ft "int"  .Ft "int"
 .Fn inet6_option_space "int nbytes"  .Fn inet6_option_space "int nbytes"
 .Ft "int"  .Ft "int"
Line 63 
Line 63 
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .\"  .\"
 Building and parsing the Hop-by-Hop and Destination options is  Building and parsing the Hop-by-Hop and Destination options is
 complicated due to alignment constraints, padding and  complicated due to alignment constranints, padding and
 ancillary data manipulation.  ancillary data manipulation.
 RFC2292 defines a set of functions to help the application.  RFC2292 defines a set of functions to help the application.
 The function prototypes for  The function prototypes for

Legend:
Removed from v.1.4.6.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>