summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getifaddrs.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* man pages: add missing word, The foo() ... -> The foo() function ...naddy2022-03-291-3/+3
| | | | ok jmc@ schwarze@
* Adjust references for sysctl(3) to sysctl(2)deraadt2018-01-121-4/+4
|
* point to netintro(4) rather than (now removed) networking(4);jmc2015-11-211-3/+3
|
* Use .Rv where appropriate, and move it to RETURN VALUES;schwarze2015-01-291-9/+6
| | | | | remove .Tn, and a few minor macro adjustments. Patch from Kaspars at Bankovskis dot net.
* Add some missing names to the NAME sections.schwarze2014-04-071-3/+4
| | | | | | For inet(3), go the other way, remove some bogus symlinks. Found while testing the new makewhatis(8). ok jmc@
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-8/+8
|
* use Bsx;jmc2013-08-141-3/+4
| | | | from jan stary
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-5/+5
|
* Use same (lame) verbiage to explain ifa_dstaddr as is used forkrw2012-07-131-3/+4
| | | | | | | | ifa_broadaddr. i.e. make it make clear that this field is only valid for P2P. (Hint: one's a field, and one's a #define giving a new name to said field) ok guenther@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* correct a mistake concerning ifa_data;jmc2007-02-141-6/+5
| | | | found by Srebrenko Sehic, corrected by millert and claudio;
* - sync prototypes and header file excerptsjaredy2005-07-221-4/+4
| | | | | | - typos/spelling, punctuation, rewording, macro, and layout fixes. help & ok jmc
* more display/list fixes, and a little whitespace;jmc2004-04-161-2/+1
|
* - section reorderjmc2003-05-301-11/+11
| | | | - macro cleanup
* date should be written formally: .Dd Month day, yeardavid2003-03-061-2/+2
| | | | ok henning@ jmc@
* Add missing .Os. deraadt@ oknordin2002-01-021-1/+2
|
* typomillert2001-10-011-2/+2
|
* Repairs, mostly removing hard sentence breaks.aaron2000-04-181-2/+3
|
* avoid misunderstanding in history portion, okay'ed by aaron.itojun2000-04-161-2/+4
| | | | may need english check:-) (getifaddrs.c is straight import from bsdi4)
* Trailing whitespace begone!aaron2000-04-121-3/+3
|
* - Put structure field descriptions in a tagged list.aaron2000-02-231-53/+46
| | | | | - More mdoc macros where appropriate. - Mention OpenBSD in HISTORY.
* add freeifaddrs(3), which reclaims region allocated by getifaddrs(3).itojun2000-02-231-4/+5
| | | | in sync with kame and bsdi.
* add getifaddrs(3), from bsdi4.itojun2000-02-231-0/+161
this will help future apps from complexity of SIOCGIFCONF. NOTE: getifaddrs(3) uses sysctl interface, not SIOCGIFCONF.