Cross reference tree(3) and queue(3).

MFC after:	1 week
This commit is contained in:
Simon L. B. Nielsen 2010-07-18 08:34:44 +00:00
parent dce36a0159
commit b9ec8f3b6c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=210215
2 changed files with 4 additions and 0 deletions

View File

@ -998,6 +998,8 @@ while (n1 != NULL) {
} }
TAILQ_INIT(&head); TAILQ_INIT(&head);
.Ed .Ed
.Sh SEE ALSO
.Xr tree 3
.Sh HISTORY .Sh HISTORY
The The
.Nm queue .Nm queue

View File

@ -497,6 +497,8 @@ and
return the pointer to the removed element otherwise they return return the pointer to the removed element otherwise they return
.Dv NULL .Dv NULL
to indicate an error. to indicate an error.
.Sh SEE ALSO
.Xr queue 3
.Sh AUTHORS .Sh AUTHORS
The author of the tree macros is The author of the tree macros is
.An Niels Provos . .An Niels Provos .