From owner-cvs-all Sun Jul 25 10:40:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A21C151A5; Sun, 25 Jul 1999 10:40:51 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA74792; Sun, 25 Jul 1999 10:39:00 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199907251739.KAA74792@freefall.freebsd.org> From: Tim Vanderhoek Date: Sun, 25 Jul 1999 10:39:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio printf.3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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