svn commit: r210215 - head/share/man/man3

Simon L. Nielsen simon at FreeBSD.org
Sun Jul 18 08:34:45 UTC 2010


Author: simon
Date: Sun Jul 18 08:34:44 2010
New Revision: 210215
URL: http://svn.freebsd.org/changeset/base/210215

Log:
  Cross reference tree(3) and queue(3).
  
  MFC after:	1 week

Modified:
  head/share/man/man3/queue.3
  head/share/man/man3/tree.3

Modified: head/share/man/man3/queue.3
==============================================================================
--- head/share/man/man3/queue.3	Sun Jul 18 07:59:55 2010	(r210214)
+++ head/share/man/man3/queue.3	Sun Jul 18 08:34:44 2010	(r210215)
@@ -998,6 +998,8 @@ while (n1 != NULL) {
 }
 TAILQ_INIT(&head);
 .Ed
+.Sh SEE ALSO
+.Xr tree 3
 .Sh HISTORY
 The
 .Nm queue

Modified: head/share/man/man3/tree.3
==============================================================================
--- head/share/man/man3/tree.3	Sun Jul 18 07:59:55 2010	(r210214)
+++ head/share/man/man3/tree.3	Sun Jul 18 08:34:44 2010	(r210215)
@@ -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 .


More information about the svn-src-head mailing list