diff options
author | simon <simon@FreeBSD.org> | 2010-07-18 08:34:44 +0000 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2010-07-18 08:34:44 +0000 |
commit | 71c28caa32047942820a966c78b2d064e7f7c726 (patch) | |
tree | 0a7b15c6091302a5e199fe449345ba24ecc124db /share | |
parent | e9c18825b9cd73aec2cd402c1726baa568250b0f (diff) | |
download | FreeBSD-src-71c28caa32047942820a966c78b2d064e7f7c726.zip FreeBSD-src-71c28caa32047942820a966c78b2d064e7f7c726.tar.gz |
Cross reference tree(3) and queue(3).
MFC after: 1 week
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man3/queue.3 | 2 | ||||
-rw-r--r-- | share/man/man3/tree.3 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3 index 234da68..4fa1014 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 46efbbb..351e935 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 . |