summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getaddrinfo.3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary /* NOTREACHED */ comments because our lint isray2006-09-251-13/+5
* Do not clobber errno when calling close(2) in example code.otto2005-11-151-2/+6
* save errno in example code. from mpech@ ok jmc@otto2005-11-131-1/+3
* use "www" as the service name in the example instead of "http" since "www"dlg2005-07-051-5/+5
* There is no need to call freeaddrinfo() in case of an error.claudio2005-03-121-1/+6
* correct .Rs references;jmc2005-01-291-2/+2
* fix reversed short description; ok itojun@djm2005-01-281-2/+2
* space between macro args and punctuation;jmc2005-01-061-3/+3
* IPv6 manpage, wrote from scratch. deraadt okitojun2005-01-061-7/+11
* - grammar, punctuation, spacing, and mdoc fixesjaredy2004-12-211-27/+20
* thread-unsafeness comes from the use of _res, YP filehandle, and /etc/hostsitojun2004-12-211-2/+2
* Minor cleanup.millert2004-12-201-9/+16
* Add back EXAMPLE section and scopeid info which are from KAME, not themillert2004-12-201-1/+131
* New getaddrinfo.3 man page, derived from the ISC version and fleshedmillert2004-12-201-0/+300
* remove manpages based on RFC. requested by deraadtitojun2004-12-201-531/+0
* move gai_strerror into its own page, and make the get* pages more readable;jmc2004-12-061-163/+101
* remove references to rfc 2553, since 3493 obsoletes it;jmc2004-04-141-11/+2
* implement RFC3493 AI_NUMERICSERV. tedu okitojun2004-04-141-1/+26
* do not recommend a format string error..; pbastos@rdc.puc-rio.brderaadt2004-03-011-3/+3
* refer to RFCs consistently (RFC XXXX);jmc2003-08-081-4/+4
* sync struct addrinfo with what's in <netdb.h>;jmc2003-07-271-11/+11
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* - section reorderjmc2003-05-301-4/+4
* typos;jmc2003-05-011-11/+11
* Initial cleanup:mpech2002-04-301-2/+2
* o) We always close .Bl and .Bd tags;mpech2001-08-061-2/+1
* there's no no host.conf on openbsd. pointed out by smbitojun2001-08-051-8/+2
* ok, tmac is now fixedderaadt2001-06-231-2/+3
* join .%A entries; most by bk@rt.fmderaadt2001-06-231-3/+2
* correct listener side example. from deraadtitojun2001-02-121-5/+6
* wording updates. typo in example (s/err1/errx/).itojun2001-01-261-15/+16
* Various repairs, mostly to get rid of short lines.aaron2000-12-241-2/+2
* strings are NUL-terminated, not NULL-terminatedderaadt2000-08-131-4/+4
* document that the current implementation is not thread-safe. sync with kame.itojun2000-08-091-2/+4
* document pitfall cases in argument parsing. sync with kame.itojun2000-07-251-3/+64
* typo in RFC number. KAME PR 263itojun2000-06-301-3/+3
* add paper by cmetz. correct example. (sync with kame)itojun2000-06-221-9/+10
* add BUGS section about getaddrinfo(3) search order.itojun2000-02-141-1/+6
* indentderaadt2000-01-171-3/+3
* sync with latest KAME version. now includes description on scoped addritojun2000-01-171-4/+160
* fix includes; bdederaadt2000-01-061-2/+3
* repairs; better English, formatting, etc.aaron1999-07-051-48/+49
* cleanerderaadt1999-07-031-6/+6
* man pages from WIDEderaadt1999-07-031-0/+359