Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mop up resolver.3 rename; ok deraadt | jmc | 2019-08-30 | 1 | -3/+3 |
| | |||||
* | unbind; | jmc | 2014-08-23 | 1 | -4/+3 |
| | |||||
* | obvious .Pa fixes; found with mandocdb(8) | schwarze | 2014-01-21 | 1 | -3/+3 |
| | |||||
* | rfc 3493 obsoletes 2553. i spotted this after reading hiroki sato's changes | jmc | 2013-07-10 | 1 | -5/+6 |
| | | | | | | | | in freebsd src commit r253066. our man pages had been updated, but i must have missed the following: - getnameinfo.3: 2553 -> 3493 - ip6.4: we listed both. remove 2553. | ||||
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | tedu | 2013-06-05 | 1 | -5/+5 |
| | |||||
* | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | jmc | 2012-09-27 | 1 | -20/+20 |
| | | | | references into a STANDARDS section; | ||||
* | draft-ietf-ipv6-scoping-arch-02 has become RFC 4007, as noted by | jmc | 2012-01-03 | 1 | -6/+5 |
| | | | | | | Poul-Henning Kamp, freebsd pr docs/163771; ok sthen | ||||
* | The example for detecting malicious PTR records could be easily misinterpreted. | jacekm | 2008-12-22 | 1 | -5/+4 |
| | | | | Make it less ambiguous; ok gilles@ claudio@ | ||||
* | convert to new .Dd format; | jmc | 2007-05-31 | 1 | -2/+2 |
| | |||||
* | Remove unnecessary /* NOTREACHED */ comments because our lint is | ray | 2006-09-25 | 1 | -7/+3 |
| | | | | | | cool and recognizes __dead, and because shorter examples are clearer. OK otto@. | ||||
* | correct .Rs references; | jmc | 2005-01-29 | 1 | -2/+2 |
| | |||||
* | IPv6 manpage, wrote from scratch. deraadt ok | itojun | 2005-01-06 | 1 | -8/+12 |
| | |||||
* | sort SEE ALSO; | jmc | 2004-12-21 | 1 | -2/+2 |
| | |||||
* | - grammar, punctuation, spacing, and mdoc fixes | jaredy | 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 | itojun | 2004-12-21 | 1 | -2/+2 |
| | | | | filehandle, not dynamic memory allocation. | ||||
* | Add Itojun's CAVEATS section. | millert | 2004-12-20 | 1 | -1/+55 |
| | |||||
* | Get rid of a bogus -32 that came about from misreading the ISC original | millert | 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 | millert | 2004-12-20 | 1 | -1/+38 |
| | | | | RFC text. | ||||
* | New getnameinfo.3 man page, derived from the ISC version and fleshed | millert | 2004-12-20 | 1 | -0/+171 |
| | | | | out a bit by me. Needs more work. | ||||
* | remove manpages based on RFC. requested by deraadt | itojun | 2004-12-20 | 1 | -343/+0 |
| | |||||
* | move gai_strerror into its own page, and make the get* pages more readable; | jmc | 2004-12-06 | 1 | -55/+50 |
| | | | | | | prompted by henning; ok henning@ itojun@ | ||||
* | tweak; | jmc | 2003-08-28 | 1 | -10/+10 |
| | | | | ok itojun@ | ||||
* | better formatting. from wiz@netbsd | itojun | 2003-08-28 | 1 | -4/+4 |
| | |||||
* | use NI_NUMERICHOST for 2nd invocation | itojun | 2003-08-28 | 1 | -2/+2 |
| | |||||
* | add int error in CAVEAT | itojun | 2003-08-28 | 1 | -1/+2 |
| | |||||
* | add CAVEATS section | itojun | 2003-08-28 | 1 | -1/+55 |
| | |||||
* | refer to RFCs consistently (RFC XXXX); | jmc | 2003-08-08 | 1 | -5/+5 |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | millert | 2003-06-02 | 1 | -6/+2 |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | - section reorder | jmc | 2003-05-30 | 1 | -4/+4 |
| | | | | - macro cleanup | ||||
* | typo in STANDARDS (this man page is getnameinfo, not getaddrinfo); | jmc | 2003-05-03 | 1 | -2/+2 |
| | | | | from wiz@netbsd | ||||
* | typos; | jmc | 2003-05-01 | 1 | -8/+8 |
| | | | | ok itojun@ | ||||
* | sync with reality; scope identifier comes even without NI_WITHSCOPEID. | itojun | 2001-11-15 | 1 | -7/+2 |
| | |||||
* | o) We always close .Bl and .Bd tags; | mpech | 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 | itojun | 2001-08-05 | 1 | -8/+2 |
| | |||||
* | ok, tmac is now fixed | deraadt | 2001-06-23 | 1 | -2/+3 |
| | |||||
* | join .%A entries; most by bk@rt.fm | deraadt | 2001-06-23 | 1 | -3/+2 |
| | |||||
* | on openbsd, NI_MAXHOST value is different from RFC2553. PR 1870 | itojun | 2001-06-12 | 1 | -2/+7 |
| | |||||
* | do not refer getnodebyname. sync with kame. | itojun | 2001-01-05 | 1 | -11/+11 |
| | |||||
* | mdoc prefers `\e' as an escape character. | aaron | 2000-12-21 | 1 | -3/+3 |
| | |||||
* | document that the current implementation is not thread-safe. sync with kame. | itojun | 2000-08-09 | 1 | -4/+7 |
| | | | | From: "Greg Thompson" <johnnyteardrop@hotmail.com> | ||||
* | typo in RFC number. KAME PR 263 | itojun | 2000-06-30 | 1 | -3/+3 |
| | |||||
* | add paper by cmetz. correct example. (sync with kame) | itojun | 2000-06-22 | 1 | -4/+33 |
| | |||||
* | Repairs, mostly removing hard sentence breaks. | aaron | 2000-04-18 | 1 | -2/+2 |
| | |||||
* | indent | deraadt | 2000-01-17 | 1 | -3/+3 |
| | |||||
* | sync with latest KAME version. now includes description on scoped addr | itojun | 2000-01-17 | 1 | -3/+74 |
| | | | | extension. add examples (good enough? >deraadt) | ||||
* | fix includes; bde | deraadt | 2000-01-06 | 1 | -1/+2 |
| | |||||
* | repairs; better English, formatting, etc. | aaron | 1999-07-05 | 1 | -16/+17 |
| | |||||
* | cleaner | deraadt | 1999-07-03 | 1 | -0/+199 |