Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The example for detecting malicious PTR records could be easily misinterpreted. | 2008-12-22 | 1 | -5/+4 | |
| | | | | Make it less ambiguous; ok gilles@ claudio@ | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | Remove unnecessary /* NOTREACHED */ comments because our lint is | 2006-09-25 | 1 | -7/+3 | |
| | | | | | | cool and recognizes __dead, and because shorter examples are clearer. OK otto@. | ||||
* | correct .Rs references; | 2005-01-29 | 1 | -2/+2 | |
| | |||||
* | IPv6 manpage, wrote from scratch. deraadt ok | 2005-01-06 | 1 | -8/+12 | |
| | |||||
* | sort SEE ALSO; | 2004-12-21 | 1 | -2/+2 | |
| | |||||
* | - grammar, punctuation, spacing, and mdoc fixes | 2004-12-21 | 1 | -7/+9 | |
| | | | | | - remove first person - EAI_NONAME is already described in gai_strerror(3) | ||||
* | thread-unsafeness comes from the use of _res, YP filehandle, and /etc/hosts | 2004-12-21 | 1 | -2/+2 | |
| | | | | filehandle, not dynamic memory allocation. | ||||
* | Add Itojun's CAVEATS section. | 2004-12-20 | 1 | -1/+55 | |
| | |||||
* | Get rid of a bogus -32 that came about from misreading the ISC original | 2004-12-20 | 1 | -4/+6 | |
| | | | | | Mention what happens when a length parameter is zero Talk about space for trailing NUL byte | ||||
* | Add back EXAMPLE section and scopeid info which are from KAME, not the | 2004-12-20 | 1 | -1/+38 | |
| | | | | RFC text. | ||||
* | New getnameinfo.3 man page, derived from the ISC version and fleshed | 2004-12-20 | 1 | -0/+171 | |
| | | | | out a bit by me. Needs more work. | ||||
* | remove manpages based on RFC. requested by deraadt | 2004-12-20 | 1 | -343/+0 | |
| | |||||
* | move gai_strerror into its own page, and make the get* pages more readable; | 2004-12-06 | 1 | -55/+50 | |
| | | | | | | prompted by henning; ok henning@ itojun@ | ||||
* | tweak; | 2003-08-28 | 1 | -10/+10 | |
| | | | | ok itojun@ | ||||
* | better formatting. from wiz@netbsd | 2003-08-28 | 1 | -4/+4 | |
| | |||||
* | use NI_NUMERICHOST for 2nd invocation | 2003-08-28 | 1 | -2/+2 | |
| | |||||
* | add int error in CAVEAT | 2003-08-28 | 1 | -1/+2 | |
| | |||||
* | add CAVEATS section | 2003-08-28 | 1 | -1/+55 | |
| | |||||
* | refer to RFCs consistently (RFC XXXX); | 2003-08-08 | 1 | -5/+5 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | - section reorder | 2003-05-30 | 1 | -4/+4 | |
| | | | | - macro cleanup | ||||
* | typo in STANDARDS (this man page is getnameinfo, not getaddrinfo); | 2003-05-03 | 1 | -2/+2 | |
| | | | | from wiz@netbsd | ||||
* | typos; | 2003-05-01 | 1 | -8/+8 | |
| | | | | ok itojun@ | ||||
* | sync with reality; scope identifier comes even without NI_WITHSCOPEID. | 2001-11-15 | 1 | -7/+2 | |
| | |||||
* | o) We always close .Bl and .Bd tags; | 2001-08-06 | 1 | -2/+1 | |
| | | | | | | | | | | o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok | ||||
* | there's no no host.conf on openbsd. pointed out by smb | 2001-08-05 | 1 | -8/+2 | |
| | |||||
* | ok, tmac is now fixed | 2001-06-23 | 1 | -2/+3 | |
| | |||||
* | join .%A entries; most by bk@rt.fm | 2001-06-23 | 1 | -3/+2 | |
| | |||||
* | on openbsd, NI_MAXHOST value is different from RFC2553. PR 1870 | 2001-06-12 | 1 | -2/+7 | |
| | |||||
* | do not refer getnodebyname. sync with kame. | 2001-01-05 | 1 | -11/+11 | |
| | |||||
* | mdoc prefers `\e' as an escape character. | 2000-12-21 | 1 | -3/+3 | |
| | |||||
* | document that the current implementation is not thread-safe. sync with kame. | 2000-08-09 | 1 | -4/+7 | |
| | | | | From: "Greg Thompson" <johnnyteardrop@hotmail.com> | ||||
* | typo in RFC number. KAME PR 263 | 2000-06-30 | 1 | -3/+3 | |
| | |||||
* | add paper by cmetz. correct example. (sync with kame) | 2000-06-22 | 1 | -4/+33 | |
| | |||||
* | Repairs, mostly removing hard sentence breaks. | 2000-04-18 | 1 | -2/+2 | |
| | |||||
* | indent | 2000-01-17 | 1 | -3/+3 | |
| | |||||
* | sync with latest KAME version. now includes description on scoped addr | 2000-01-17 | 1 | -3/+74 | |
| | | | | extension. add examples (good enough? >deraadt) | ||||
* | fix includes; bde | 2000-01-06 | 1 | -1/+2 | |
| | |||||
* | repairs; better English, formatting, etc. | 1999-07-05 | 1 | -16/+17 | |
| | |||||
* | cleaner | 1999-07-03 | 1 | -0/+199 | |