Module Name: src
Committed By: ryoon
Date: Fri May 24 15:51:00 UTC 2019
Modified Files:
src/share/man/man3: tree.3
Log Message:
Add rbtree(3) to SEE ALSO
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/share/man/man3/tree.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man3/tree.3
diff -u src/share/man/man3/tree.3:1.12 src/share/man/man3/tree.3:1.13
--- src/share/man/man3/tree.3:1.12 Mon Jul 3 21:30:58 2017
+++ src/share/man/man3/tree.3 Fri May 24 15:50:59 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: tree.3,v 1.12 2017/07/03 21:30:58 wiz Exp $
+.\" $NetBSD: tree.3,v 1.13 2019/05/24 15:50:59 ryoon Exp $
.\" $OpenBSD: tree.3,v 1.23 2011/07/09 08:43:01 jmc Exp $
.\"/*
.\" * Copyright 2002 Niels Provos <[email protected]>
@@ -24,7 +24,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 July 9, 2011
+.Dd May 25, 2019
.Dt TREE 3
.Os
.Sh NAME
@@ -603,6 +603,9 @@ for (var = SPLAY_MIN(NAME, &head); var !
.\"return the pointer to the removed element, otherwise they return
.\".Dv NULL
.\"to indicate an error.
+.Sh SEE ALSO
+.Xr rbtree 3
+
.Sh AUTHORS
The author of the tree macros is
.An Niels Provos .