Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 1997 02:22:06 -0800 (PST)
From:      Joshua Peck Macdonald <jmacd>
To:        CVS-committers, cvs-all, cvs-share
Subject:   cvs commit:  src/share/man/man3 stdarg.3
Message-ID:  <199701301022.CAA02724@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701301022.CAA02724>