Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | man pages: add missing commas between subordinate and main clauses | naddy | 2022-03-31 | 1 | -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 ... | naddy | 2022-03-29 | 1 | -3/+3 |
| | | | | ok jmc@ schwarze@ | ||||
* | obvious .Pa fixes; found with mandocdb(8) | schwarze | 2014-01-21 | 1 | -3/+3 |
| | |||||
* | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | jmc | 2012-09-27 | 1 | -7/+4 |
| | | | | references into a STANDARDS section; | ||||
* | - remove inconsistent/obsolete comments | jmc | 2012-08-21 | 1 | -19/+12 |
| | | | | | - update rfc references - make the Rs/Re blocks more consistent | ||||
* | convert to new .Dd format; | jmc | 2007-05-31 | 1 | -2/+2 |
| | |||||
* | various tweaks; my apologies to itojun for forgetting to | jmc | 2006-12-09 | 1 | -26/+28 |
| | | | | send him feedback for these | ||||
* | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | itojun | 2006-12-09 | 1 | -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. |