summaryrefslogtreecommitdiffstats
path: root/share/man/man3/stdarg.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move 4 manual pages from not-a-function filenames to a correct filename,deraadt2019-08-301-268/+0
| | | | | and correct Xr. ok jmc
* update NAME section to include all documented functions,jmc2015-11-101-3/+3
| | | | | | or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze
* macro cleanup and RETURN VALUES section; from Kaspars Bankovskisschwarze2014-12-071-37/+32
|
* Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99.schwarze2014-11-301-4/+4
| | | | | | The former is not used anywhere in NetBSD, FreeBSD, or DragonFly and not supported by groff, so i'm going to delete it from mandoc(1). We don't need two macros for the same thing.
* use fancy .In macros for includes. from Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* after nicm's last commit, fix some cases where non-argumentsjmc2011-04-011-3/+4
| | | | had been left on macro lines...
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* escape `.' at eol to avoid double spacing issue;jmc2005-03-121-2/+2
|
* merge COMPATIBILITY;jmc2003-06-031-8/+8
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Clarify section on type promotion. This must be done by the programmer,millert2002-11-171-4/+9
| | | | va_arg doesn't do it for you. pvalchev@ OK
* document va_copy; from NetBSD (kleink)millert2002-10-241-8/+44
|
* knfderaadt2002-07-201-2/+3
|
* - Note that unpromoted types should not be passed to va_argheko2001-08-131-5/+28
| | | | | | | | (see http://gcc.gnu.org/ml/gcc-patches/1999-09/msg00221.html) - Remove unused *p variable from example - Add a float example (mainly to point out that people shouldn't use float because it's promoted to double) ok millert@
* Some share/man fleshing.aaron2000-10-261-2/+4
|
* Use proper KNF in code example; d@aaron2000-03-211-2/+2
|
* Various cleanups.aaron2000-03-191-5/+6
|
* - remove all trailing whitespaceaaron1999-07-091-7/+7
| | | | | | | | | | * 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...
* kill superfluous .Nm macro argumentsaaron1998-11-291-4/+2
|
* share/man/man3 man page repairsaaron1998-11-251-6/+9
|
* initial import of NetBSD treederaadt1995-10-181-0/+207