From owner-cvs-share Thu Jan 30 02:22:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA02731 for cvs-share-outgoing; Thu, 30 Jan 1997 02:22:10 -0800 (PST) Received: (from jmacd@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA02724; Thu, 30 Jan 1997 02:22:06 -0800 (PST) Date: Thu, 30 Jan 1997 02:22:06 -0800 (PST) From: Joshua Peck Macdonald Message-Id: <199701301022.CAA02724@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/man/man3 stdarg.3 Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmacd 97/01/30 02:22:05 Modified: share/man/man3 stdarg.3 Log: I just found a bug in my program, I was calling va_arg (..., char), 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. Revision Changes Path 1.2 +2 -1 src/share/man/man3/stdarg.3