summaryrefslogtreecommitdiff
path: root/lib/libc/net/inet.3
AgeCommit message (Collapse)Author
2003-09-09update RFCs (from NetBSD);Jason McIntyre
inet_makeaddr() uses in_addr_t types, not unsigned long. ok itojun@
2003-08-08refer to RFCs consistently (RFC XXXX);Jason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-01typos;Jason McIntyre
2003-03-04missing #include in SYNOPSIS, found by Daniel LucqHenning Brauer
ok millert@
2001-02-17spelling and grammarPaul Janzen
2000-09-22IPng -> IPv6Aaron Campbell
2000-06-18note get{addr,name}info are recommended than inet_xx.Jun-ichiro itojun Hagino
2000-04-21Don't hyphenate the words {left|right}most.Aaron Campbell
2000-04-18Repairs, mostly removing hard sentence breaks.Aaron Campbell
1999-07-05repairs; better English, formatting, etc.Aaron Campbell
1999-06-05stronger suggestTheo de Raadt
1999-05-25punctuationAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1997-06-23Add inet_ntop(3) and inet_pton(3) and the IPv6 address format.Todd C. Miller
From BSD/OS 3.0, with permission from Jeffrey Finkelstein <finkels@bsdi.com> by way of NetBSD (lukem). Also add xfer for inet_net(3).
1997-04-05Use in_addr_t not u_long and use in_port_t in some cases insteadTodd C. Miller
of u_short or u_int16_t.
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1995-10-18initial import of NetBSD treeTheo de Raadt