From 235284eb2329c1cfa3b2a877d5668083e51cc8a5 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 14 Feb 2009 22:07:04 +0000 Subject: [PATCH] Document that the element argument of RB_REMOVE must be present in the tree. Minor adjoining grammar fix. PR 39684. Bump date. --- share/man/man3/tree.3 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/share/man/man3/tree.3 b/share/man/man3/tree.3 index 99bbf28b99a6..e84af4e75d1e 100644 --- a/share/man/man3/tree.3 +++ b/share/man/man3/tree.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: tree.3,v 1.4 2008/10/07 13:03:50 apb Exp $ +.\" $NetBSD: tree.3,v 1.5 2009/02/14 22:07:04 dholland Exp $ .\" $OpenBSD: tree.3,v 1.9 2003/05/20 09:13:38 jmc Exp $ .\"/* .\" * Copyright 2002 Niels Provos @@ -29,7 +29,7 @@ .\" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" */ -.Dd October 7, 2008 +.Dd February 14, 2009 .Dt TREE 3 .Os .Sh NAME @@ -382,8 +382,9 @@ The .Fn RB_REMOVE macro removes the element .Fa elm -from the tree pointed by +from the tree pointed to by .Fa head . +The element must be present in that tree. .Pp The .Fn RB_FIND