summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getdomainname.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adjust references for sysctl(3) to sysctl(2)deraadt2018-01-121-3/+3
|
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-3/+3
|
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* EFAULT can only occur on addresses; ok jmcjaredy2005-07-221-3/+1
|
* Be correct in our man pages when talking about NUL termination (that is,cloder2005-02-251-2/+2
| | | | | termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* - clean up macro abusejmc2003-05-301-6/+6
| | | | | - section reorder - merge COMPATIBILITY
* Various repairs, mostly to get rid of short lines.aaron2000-12-241-3/+2
|
* Repairs, mostly removing hard sentence breaks.aaron2000-04-181-5/+7
|
* - For consistency, `super-user' -> `superuser' in all cases.aaron2000-04-151-3/+3
| | | | | - Some punctuation fixes. - Some `id' -> `ID'.
* - remove all trailing whitespaceaaron1999-07-091-2/+2
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* After some constructive criticism from pjanzen@ and some e-mail tag:aaron1999-06-041-2/+2
| | | | | | | | | | | | | | | - only use the .Dv NULL form when referring explicitly to a function argument or return value - otherwise, use these forms: o non-null o null-terminated (hyphenated form for predicate adjective) o else, null terminated, or null terminate, whichever the case o null pointer, null byte, null string, etc. - may use NUL to refer to an ASCII NUL, but it doesn't need a .Tn macro In general, capitalizing the word "null" everywhere is unnecessary and makes the man pages harder to read. The above is consistent with popular programming texts (i.e., K&R, Stevens).
* use \-1, not -1, to change the meaning of `-' to minus sign from hyphen;aaron1999-06-031-2/+2
| | | | pjanzen@
* repairs; go back over some old files, because we should properly distinguishaaron1999-05-291-3/+2
| | | | | between NUL and NULL, i.e., don't use the .Dv (defined variable) macro when referring to an ASCII NUL
* repairsaaron1999-05-291-3/+7
|
* 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.
* make function names the correct casederaadt1999-02-271-3/+3
|
* man page repairs; aaron@ug.cs.dal.caderaadt1998-08-291-2/+2
|
* Man pages Xrefs.espie1998-07-241-2/+2
|
* per XPG, gethostname() with a short buffer returns truncated data - not ENOMEM.deraadt1998-07-071-4/+8
| | | | | As permitted, make the truncated buffer be NUL terminated. make getdomainname() match.
* change size parameter to size_tderaadt1998-05-131-3/+3
|
* Fix up HISTORY and mention YP.millert1997-03-291-6/+8
|
* s/host/domain/deraadt1996-12-031-3/+3
|
* Fix RCS idstholo1996-08-191-3/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+100