From owner-freebsd-doc@FreeBSD.ORG Wed Oct 19 18:50:11 2011 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9A5F106564A for ; Wed, 19 Oct 2011 18:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D8EBF8FC16 for ; Wed, 19 Oct 2011 18:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9JIoBMJ007932 for ; Wed, 19 Oct 2011 18:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9JIoBob007931; Wed, 19 Oct 2011 18:50:11 GMT (envelope-from gnats) Date: Wed, 19 Oct 2011 18:50:11 GMT Message-Id: <201110191850.p9JIoBob007931@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Niclas Zeising Cc: Subject: Re: docs/161808: Missing documentation critical to correct usage of uuid_to_string(3) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Niclas Zeising List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2011 18:50:12 -0000 The following reply was made to PR docs/161808; it has been noted by GNATS. From: Niclas Zeising To: Jim Carroll Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: docs/161808: Missing documentation critical to correct usage of uuid_to_string(3) Date: Wed, 19 Oct 2011 20:42:59 +0200 This is a multi-part message in MIME format. --------------020509080204060605060408 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Here is a patch that adds the mentioned notice. Regards! -- Niclas Zeising --------------020509080204060605060408 Content-Type: text/plain; name="uuid.3.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="uuid.3.diff" Index: lib/libc/uuid/uuid.3 =================================================================== --- lib/libc/uuid/uuid.3 (revision 226521) +++ lib/libc/uuid/uuid.3 (working copy) @@ -80,6 +80,9 @@ or .Fn uuid_from_string respectively. +Please note that it is up to the caller of +.Fn uuid_to_string +to release the memory allocated to hold the returned string. A 16-bit hash value can be obtained by calling .Fn uuid_hash . .Pp --------------020509080204060605060408--