summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet6_opt_init.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* man pages: add missing commas between subordinate and main clausesnaddy2022-03-311-5/+5
| | | | | | | jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@
* man pages: add missing word, The foo() ... -> The foo() function ...naddy2022-03-291-3/+3
| | | | ok jmc@ schwarze@
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-3/+3
|
* last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc2012-09-271-7/+4
| | | | references into a STANDARDS section;
* - remove inconsistent/obsolete commentsjmc2012-08-211-19/+12
| | | | | - update rfc references - make the Rs/Re blocks more consistent
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* various tweaks; my apologies to itojun for forgetting tojmc2006-12-091-26/+28
| | | | send him feedback for these
* switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).itojun2006-12-091-0/+336
the kernel still handles RFC2292 set/getsockopts, so that compiled binary has no trouble running. userland sees RFC3542 symbols only on header file so new code has to use RFC3542 API. bump libc shlib minor for function additions. tested on i386/amd64 by jmc, i386 by brad. checked by deraadt.