Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jul 1999 10:39:00 -0700 (PDT)
From:      Tim Vanderhoek <hoek@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdio printf.3
Message-ID:  <199907251739.KAA74792@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
hoek        1999/07/25 10:39:00 PDT

  Modified files:
    lib/libc/stdio       printf.3 
  Log:
  asprintf() does use realloc() internally, but saying so in the manpage can be
  misinterpreted to mean that the pointer passed to asprintf() must be suitable
  for passing to realloc() as-is (ie. either a NULL pointer or a valid pointer).
  
  Revision  Changes    Path
  1.12      +2 -4      src/lib/libc/stdio/printf.3



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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