summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getnetent.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Various repairs, mostly to get rid of short lines.aaron2000-12-241-16/+8
|
* data base -> databasemillert2000-12-171-3/+3
|
* Repairs, mostly removing hard sentence breaks.aaron2000-04-181-7/+8
|
* repairs; better English, formatting, etc.aaron1999-07-051-5/+6
|
* all functions need a return type and at least one arg, even if it's voidaaron1999-05-251-3/+5
|
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-3/+3
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* Use fgetln(3) instead of fgets(3) so we can easily recognize linesmillert1998-03-161-8/+6
| | | | that are too long and ignore them instead of corrupting later entries.
* Use in_addr_t not u_long and use in_port_t in some cases insteadmillert1997-04-051-3/+3
| | | | of u_short or u_int16_t.
* Integrate BIND 4.9.5 resolver and associated routines.downsj1997-03-131-12/+11
| | | | Includes the DNS aware getnetby*() routines and IPv6 support.
* Fix RCS idstholo1996-08-191-3/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+153