summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getaddrinfo.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary /* NOTREACHED */ comments because our lint isray2006-09-251-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.otto2005-11-151-2/+6
| | | | From form@ via mpech@
* 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
| | | | | | is what is used in /etc/services. ok jmc@ henning@ millert@
* There is no need to call freeaddrinfo() in case of an error.claudio2005-03-121-1/+6
| | | | | getaddrinfo() does that already by itself. OK jmc@ beck@
* 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
| | | | | - remove first person - EAI_NONAME is already described in gai_strerror(3)
* thread-unsafeness comes from the use of _res, YP filehandle, and /etc/hostsitojun2004-12-211-2/+2
| | | | filehandle, not dynamic memory allocation.
* Minor cleanup.millert2004-12-201-9/+16
|
* Add back EXAMPLE section and scopeid info which are from KAME, not themillert2004-12-201-1/+131
| | | | RFC text.
* New getaddrinfo.3 man page, derived from the ISC version and fleshedmillert2004-12-201-0/+300
| | | | out a bit by me. Needs more work.
* 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
| | | | | | prompted by henning; ok henning@ itojun@
* remove references to rfc 2553, since 3493 obsoletes it;jmc2004-04-141-11/+2
| | | | ok itojun@
* 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
| | | | ok itojun@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* - section reorderjmc2003-05-301-4/+4
| | | | - macro cleanup
* typos;jmc2003-05-011-11/+11
| | | | ok itojun@
* Initial cleanup:mpech2002-04-301-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;mpech2001-08-061-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 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
| | | | sync with latest kame.
* 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
| | | | From: "Greg Thompson" <johnnyteardrop@hotmail.com>
* 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
| | | | | NetBSD PR: 9413 From: Thilo Manske <Thilo.Manske@HEH.Uni-Oldenburg.DE>
* indentderaadt2000-01-171-3/+3
|
* sync with latest KAME version. now includes description on scoped addritojun2000-01-171-4/+160
| | | | extension. add examples (good enough? >deraadt)
* 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