From f016791f4e72ee2bd7f777a628c67149321b8a7c Mon Sep 17 00:00:00 2001 From: jruoho Date: Thu, 17 Mar 2011 17:53:02 +0000 Subject: [PATCH] Remove boiler plate paragraph in the CODE REFERENCES section. --- share/man/man3/rbtree.3 | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/share/man/man3/rbtree.3 b/share/man/man3/rbtree.3 index 9eaaabbfe1a2..049d5a0af1ea 100644 --- a/share/man/man3/rbtree.3 +++ b/share/man/man3/rbtree.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: rbtree.3,v 1.3 2010/11/08 09:43:27 enami Exp $ +.\" $NetBSD: rbtree.3,v 1.4 2011/03/17 17:53:02 jruoho Exp $ .\" .\" Copyright (c) 2010 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd November 8, 2010 +.Dd March 17, 2011 .Dt RBTREE 3 .Os .Sh NAME @@ -194,18 +194,14 @@ or, if the tree is empty, return .Dv NULL . .El .Sh CODE REFERENCES -This section describes places within the -.Nx -source tree where actual code implementing +The .Nm -can be found. -All pathnames are relative to -.Pa /usr/src . -.Pp -.Nm -is implemented within the file +interface is implemented in .Pa common/lib/libc/gen/rb.c . .\" .Sh EXAMPLES +.\" +.\" XXX: Should contain some examples. +.\" .Sh SEE ALSO .Xr queue 3 , .Xr tree 3