summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/getifaddrs.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-3/+3
|
* Use ``.Rv -std'' wherever possible.ru2001-08-311-4/+1
| | | | Submitted by: yar
* mdoc(7) police: s;BSD/OS;.Bsx; where appropriate.ru2001-08-131-1/+2
|
* mdoc(7) police:ru2001-08-071-2/+4
| | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-111-1/+2
|
* add getifaddrs(3) from bsdi. this is a magic function which lets you grabitojun2000-07-051-0/+163
interface addresses in a portable manner, without headache of SIOCGIFCONF or sysctl. it is in bsdi/openbsd/netbsd already. from kame tree (actually, mandatory for latest kame tree).
OpenPOWER on IntegriCloud