From owner-cvs-all Sun Dec 31 21:19:55 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 31 21:19:52 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B8DCD37B402; Sun, 31 Dec 2000 21:19:52 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f015JqQ49619; Sun, 31 Dec 2000 21:19:52 -0800 (PST) (envelope-from ben) Message-Id: <200101010519.f015JqQ49619@freefall.freebsd.org> From: Ben Smithurst Date: Sun, 31 Dec 2000 21:19:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio printf.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/12/31 21:19:52 PST Modified files: lib/libc/stdio printf.3 Log: Make it a bit clearer that asprintf doesn't actually "return" a pointer in the normal sense of the word, but does it through one of its arguments which is a pointer to a pointer. PR: 23717 Submitted by: phk Revision Changes Path 1.21 +4 -5 src/lib/libc/stdio/printf.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message