Source-Changes-HG archive

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

[src/trunk]: src/share/man/man3 Add rbtree(3) to SEE ALSO



details:   https://anonhg.NetBSD.org/src/rev/9a1e452eabf9
branches:  trunk
changeset: 451468:9a1e452eabf9
user:      ryoon <ryoon%NetBSD.org@localhost>
date:      Fri May 24 15:50:59 2019 +0000

description:
Add rbtree(3) to SEE ALSO

diffstat:

 share/man/man3/tree.3 |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 168e154afd93 -r 9a1e452eabf9 share/man/man3/tree.3
--- a/share/man/man3/tree.3     Fri May 24 14:28:48 2019 +0000
+++ b/share/man/man3/tree.3     Fri May 24 15:50:59 2019 +0000
@@ -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 <provos%citi.umich.edu@localhost>
@@ -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 @@
 .\"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 .



Home | Main Index | Thread Index | Old Index