Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The mdoc(7) .Ft macro does not need quoting of its arguments, but about | schwarze | 2025-06-13 | 1 | -3/+3 |
| | | | | | | | 10% of our manual pages using this macro employed useless quoting anyway. Remove these quotes such that they do not incite fear, uncertainty, and doubt in developers who happen to look at these pages. jmc@ and tb@ agree with the direction. | ||||
* | make the description strings match the code | deraadt | 2017-05-03 | 1 | -10/+10 |
| | |||||
* | obvious .Pa fixes; found with mandocdb(8) | schwarze | 2014-01-21 | 1 | -3/+3 |
| | |||||
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | tedu | 2013-06-05 | 1 | -5/+5 |
| | |||||
* | - define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13) | jasper | 2009-06-02 | 1 | -2/+4 |
| | | | | hint from claudio@, ok millert@ | ||||
* | convert to new .Dd format; | jmc | 2007-05-31 | 1 | -2/+2 |
| | |||||
* | IPv6 manpage, wrote from scratch. deraadt ok | itojun | 2005-01-06 | 1 | -1/+2 |
| | |||||
* | Start sentence with "The gai_strerror() function" | millert | 2004-12-20 | 1 | -2/+4 |
| | |||||
* | new gai_strerror(3) man page, derived from the ISC version and fleshed | millert | 2004-12-20 | 1 | -0/+90 |
| | | | | out a bit by me. | ||||
* | remove manpages based on RFC. requested by deraadt | itojun | 2004-12-20 | 1 | -118/+0 |
| | |||||
* | move gai_strerror into its own page, and make the get* pages more readable; | jmc | 2004-12-06 | 1 | -0/+118 |
prompted by henning; ok henning@ itojun@ |