summaryrefslogtreecommitdiffstats
path: root/share/man/man3/stdarg.3
Commit message (Collapse)AuthorAgeFilesLines
* MFC 261518:jhb2014-02-181-14/+23
| | | | | | | | - Update a few places to account for va_copy(). - Create a separate 'return values' section and move some statements about return values to that section. - Note that each invocation of va_start() and va_copy() must be paired with va_end() in the same function.
* Sort sections.ru2005-01-211-7/+7
|
* Mechanically kill hard sentence breaks and double whitespaces.ru2004-07-031-1/+1
|
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-2/+2
|
* mdoc(7) police: scheduled sweep.ru2002-11-291-4/+4
| | | | Approved by: re
* Update the Standards section for the addition of the C99 va_copy macro.tjr2002-10-251-2/+4
|
* Implement C99's va_copy() macro.mike2002-09-181-1/+24
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Remove unused variable in example.dd2001-08-161-1/+1
|
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-07-141-7/+7
| | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
* .St -ansiC -> .St -isoCru2001-02-261-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* add missing cvs Id lines.jmg1997-03-071-0/+1
|
* I just found a bug in my program, I was calling va_arg (..., char),jmacd1997-01-301-1/+2
| | | | | | | | | | | when parsing a printf-like arg list. Looking for someone to blame, I noticed that the man page has a bad example. It clearly says at the top that types following the last known argument are passed after their default type conversions, and then later the example uses va_arg (..., char); so I fixed it.
* BSD 4.4 Lite Share Sourcesrgrimes1994-05-301-0/+205
OpenPOWER on IntegriCloud