summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet6_rth_space.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* man pages: add missing commas between subordinate and main clausesnaddy2022-03-311-3/+3
| | | | | | | jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@
* Remove manpages about deprecated RFC2292 ancillary data convenience functions.chrisz2014-06-111-3/+3
| | | | | | They are obsoleted by the RFC3542 api. ok mpi@
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-4/+4
|
* last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc2012-09-271-3/+4
| | | | references into a STANDARDS section;
* - remove inconsistent/obsolete commentsjmc2012-08-211-11/+11
| | | | | - update rfc references - make the Rs/Re blocks more consistent
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* various tweaks;jmc2006-12-091-18/+17
|
* switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).itojun2006-12-091-0/+220
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.