diff options
Diffstat (limited to 'lib/libc/net/inet6_opt_init.3')
-rw-r--r-- | lib/libc/net/inet6_opt_init.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/net/inet6_opt_init.3 b/lib/libc/net/inet6_opt_init.3 index 8f68380..4102414 100644 --- a/lib/libc/net/inet6_opt_init.3 +++ b/lib/libc/net/inet6_opt_init.3 @@ -66,7 +66,7 @@ complicated. The advanced API therefore defines a set of functions to help applications. These functions assume the -formatting rules specified in Appendix B in RFC2460 i.e. that the +formatting rules specified in Appendix B in RFC2460 i.e., that the largest field is placed last in the option. The function prototypes for these functions are all in the @@ -76,7 +76,7 @@ header. .Ss inet6_opt_init .Fn inet6_opt_init returns the number of bytes needed for the empty -extension header i.e. without any options. +extension header i.e., without any options. If .Li extbuf is not NULL it also initializes the extension header to have the correct length @@ -115,7 +115,7 @@ is the 8-bit option type. .Li len is the length of the option data .Po -i.e. excluding the option type and option length fields. +i.e., excluding the option type and option length fields. .Pc .Pp Once |