Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | Remove unnecessary /* NOTREACHED */ comments because our lint is | 2006-09-25 | 1 | -13/+5 | |
| | | | | | | cool and recognizes __dead, and because shorter examples are clearer. OK otto@. | ||||
* | Do not clobber errno when calling close(2) in example code. | 2005-11-15 | 1 | -2/+6 | |
| | | | | From form@ via mpech@ | ||||
* | save errno in example code. from mpech@ ok jmc@ | 2005-11-13 | 1 | -1/+3 | |
| | |||||
* | use "www" as the service name in the example instead of "http" since "www" | 2005-07-05 | 1 | -5/+5 | |
| | | | | | | is what is used in /etc/services. ok jmc@ henning@ millert@ | ||||
* | There is no need to call freeaddrinfo() in case of an error. | 2005-03-12 | 1 | -1/+6 | |
| | | | | | getaddrinfo() does that already by itself. OK jmc@ beck@ | ||||
* | correct .Rs references; | 2005-01-29 | 1 | -2/+2 | |
| | |||||
* | fix reversed short description; ok itojun@ | 2005-01-28 | 1 | -2/+2 | |
| | |||||
* | space between macro args and punctuation; | 2005-01-06 | 1 | -3/+3 | |
| | |||||
* | IPv6 manpage, wrote from scratch. deraadt ok | 2005-01-06 | 1 | -7/+11 | |
| | |||||
* | - grammar, punctuation, spacing, and mdoc fixes | 2004-12-21 | 1 | -27/+20 | |
| | | | | | - 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. | ||||
* | Minor cleanup. | 2004-12-20 | 1 | -9/+16 | |
| | |||||
* | Add back EXAMPLE section and scopeid info which are from KAME, not the | 2004-12-20 | 1 | -1/+131 | |
| | | | | RFC text. | ||||
* | New getaddrinfo.3 man page, derived from the ISC version and fleshed | 2004-12-20 | 1 | -0/+300 | |
| | | | | out a bit by me. Needs more work. | ||||
* | remove manpages based on RFC. requested by deraadt | 2004-12-20 | 1 | -531/+0 | |
| | |||||
* | move gai_strerror into its own page, and make the get* pages more readable; | 2004-12-06 | 1 | -163/+101 | |
| | | | | | | prompted by henning; ok henning@ itojun@ | ||||
* | remove references to rfc 2553, since 3493 obsoletes it; | 2004-04-14 | 1 | -11/+2 | |
| | | | | ok itojun@ | ||||
* | implement RFC3493 AI_NUMERICSERV. tedu ok | 2004-04-14 | 1 | -1/+26 | |
| | |||||
* | do not recommend a format string error..; pbastos@rdc.puc-rio.br | 2004-03-01 | 1 | -3/+3 | |
| | |||||
* | refer to RFCs consistently (RFC XXXX); | 2003-08-08 | 1 | -4/+4 | |
| | |||||
* | sync struct addrinfo with what's in <netdb.h>; | 2003-07-27 | 1 | -11/+11 | |
| | | | | ok itojun@ | ||||
* | 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 | ||||
* | typos; | 2003-05-01 | 1 | -11/+11 | |
| | | | | ok itojun@ | ||||
* | Initial cleanup: | 2002-04-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok | ||||
* | 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 | |
| | |||||
* | correct listener side example. from deraadt | 2001-02-12 | 1 | -5/+6 | |
| | |||||
* | wording updates. typo in example (s/err1/errx/). | 2001-01-26 | 1 | -15/+16 | |
| | | | | sync with latest kame. | ||||
* | Various repairs, mostly to get rid of short lines. | 2000-12-24 | 1 | -2/+2 | |
| | |||||
* | strings are NUL-terminated, not NULL-terminated | 2000-08-13 | 1 | -4/+4 | |
| | |||||
* | document that the current implementation is not thread-safe. sync with kame. | 2000-08-09 | 1 | -2/+4 | |
| | | | | From: "Greg Thompson" <johnnyteardrop@hotmail.com> | ||||
* | document pitfall cases in argument parsing. sync with kame. | 2000-07-25 | 1 | -3/+64 | |
| | |||||
* | 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 | -9/+10 | |
| | |||||
* | add BUGS section about getaddrinfo(3) search order. | 2000-02-14 | 1 | -1/+6 | |
| | | | | | NetBSD PR: 9413 From: Thilo Manske <Thilo.Manske@HEH.Uni-Oldenburg.DE> | ||||
* | indent | 2000-01-17 | 1 | -3/+3 | |
| | |||||
* | sync with latest KAME version. now includes description on scoped addr | 2000-01-17 | 1 | -4/+160 | |
| | | | | extension. add examples (good enough? >deraadt) | ||||
* | fix includes; bde | 2000-01-06 | 1 | -2/+3 | |
| | |||||
* | repairs; better English, formatting, etc. | 1999-07-05 | 1 | -48/+49 | |
| | |||||
* | cleaner | 1999-07-03 | 1 | -6/+6 | |
| | |||||
* | man pages from WIDE | 1999-07-03 | 1 | -0/+359 | |