summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/gai_strerror.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The mdoc(7) .Ft macro does not need quoting of its arguments, but aboutschwarze2025-06-131-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 codederaadt2017-05-031-10/+10
|
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-3/+3
|
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-5/+5
|
* - define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13)jasper2009-06-021-2/+4
| | | | hint from claudio@, ok millert@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* IPv6 manpage, wrote from scratch. deraadt okitojun2005-01-061-1/+2
|
* Start sentence with "The gai_strerror() function"millert2004-12-201-2/+4
|
* new gai_strerror(3) man page, derived from the ISC version and fleshedmillert2004-12-201-0/+90
| | | | out a bit by me.
* remove manpages based on RFC. requested by deraadtitojun2004-12-201-118/+0
|
* move gai_strerror into its own page, and make the get* pages more readable;jmc2004-12-061-0/+118
prompted by henning; ok henning@ itojun@