Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man3 Remove boiler plate paragraph in the CODE REF...



details:   https://anonhg.NetBSD.org/src/rev/d54b973a0ae0
branches:  trunk
changeset: 763353:d54b973a0ae0
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu Mar 17 17:53:02 2011 +0000

description:
Remove boiler plate paragraph in the CODE REFERENCES section.

diffstat:

 share/man/man3/rbtree.3 |  18 +++++++-----------
 1 files changed, 7 insertions(+), 11 deletions(-)

diffs (42 lines):

diff -r 6d8c93f1a249 -r d54b973a0ae0 share/man/man3/rbtree.3
--- a/share/man/man3/rbtree.3   Thu Mar 17 17:13:29 2011 +0000
+++ b/share/man/man3/rbtree.3   Thu Mar 17 17:53:02 2011 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index