From b9ec8f3b6cd8db1a9f6a674bd8d3baa4d6050714 Mon Sep 17 00:00:00 2001 From: "Simon L. B. Nielsen" Date: Sun, 18 Jul 2010 08:34:44 +0000 Subject: [PATCH] Cross reference tree(3) and queue(3). MFC after: 1 week --- share/man/man3/queue.3 | 2 ++ share/man/man3/tree.3 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3 index 234da6801715..4fa1014e653c 100644 --- a/share/man/man3/queue.3 +++ b/share/man/man3/queue.3 @@ -998,6 +998,8 @@ while (n1 != NULL) { } TAILQ_INIT(&head); .Ed +.Sh SEE ALSO +.Xr tree 3 .Sh HISTORY The .Nm queue diff --git a/share/man/man3/tree.3 b/share/man/man3/tree.3 index 46efbbba305c..351e935418cb 100644 --- a/share/man/man3/tree.3 +++ b/share/man/man3/tree.3 @@ -497,6 +497,8 @@ and return the pointer to the removed element otherwise they return .Dv NULL to indicate an error. +.Sh SEE ALSO +.Xr queue 3 .Sh AUTHORS The author of the tree macros is .An Niels Provos .