Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jul 2010 08:34:45 +0000 (UTC)
From:      "Simon L. Nielsen" <simon@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r210215 - head/share/man/man3
Message-ID:  <201007180834.o6I8YjkC095593@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007180834.o6I8YjkC095593>