From owner-cvs-src@FreeBSD.ORG Sat Apr 5 05:53:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EA6937B401; Sat, 5 Apr 2003 05:53:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B51843FAF; Sat, 5 Apr 2003 05:53:06 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h35Dr50U071133; Sat, 5 Apr 2003 05:53:05 -0800 (PST) (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h35Dr5lJ071132; Sat, 5 Apr 2003 05:53:05 -0800 (PST) Message-Id: <200304051353.h35Dr5lJ071132@repoman.freebsd.org> From: David Malone Date: Sat, 5 Apr 2003 05:53:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib/libc/stdlib hcreate.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2003 13:53:06 -0000 dwmalone 2003/04/05 05:53:05 PST FreeBSD src repository Modified files: (Branch: RELENG_4) lib/libc/stdlib hcreate.3 Log: MFC 1.3: Document the fact that hdestory calls free on the keys added with hsearch(.., ENTER). Make the example reflect this. Revision Changes Path 1.2.2.2 +26 -6 src/lib/libc/stdlib/hcreate.3