summaryrefslogtreecommitdiff
path: root/share/man/man3/stdarg.3
AgeCommit message (Collapse)Author
2003-06-03merge COMPATIBILITY;Jason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-11-17Clarify section on type promotion. This must be done by the programmer,Todd C. Miller
va_arg doesn't do it for you. pvalchev@ OK
2002-10-24document va_copy; from NetBSD (kleink)Todd C. Miller
2002-07-20knfTheo de Raadt
2001-08-13- Note that unpromoted types should not be passed to va_argHeikki Korpela
(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@
2000-10-26Some share/man fleshing.Aaron Campbell
2000-03-21Use proper KNF in code example; d@Aaron Campbell
2000-03-19Various cleanups.Aaron Campbell
1999-07-09- remove all trailing whitespaceAaron Campbell
* 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...
1998-11-29kill superfluous .Nm macro argumentsAaron Campbell
1998-11-25share/man/man3 man page repairsAaron Campbell
1995-10-18initial import of NetBSD treeTheo de Raadt