diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-03-14 22:39:24 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-03-14 22:39:24 +0000 |
commit | 178b3485055aca748b4147efb3bd65e18a4f77a6 (patch) | |
tree | 155b9eb616df675c3d1e86653bb0414827071729 /share/man/man3/queue.3 | |
parent | 16907faa1f6e4dbcb63c409352a69f60dd11b124 (diff) |
some Xr; from michal mazurek
Diffstat (limited to 'share/man/man3/queue.3')
-rw-r--r-- | share/man/man3/queue.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3 index efaf2153161..467a95ebb74 100644 --- a/share/man/man3/queue.3 +++ b/share/man/man3/queue.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: queue.3,v 1.63 2015/11/19 13:38:07 millert Exp $ +.\" $OpenBSD: queue.3,v 1.64 2016/03/14 22:39:23 jmc Exp $ .\" $NetBSD: queue.3,v 1.4 1995/07/03 00:25:36 mycroft Exp $ .\" .\" Copyright (c) 1993 The Regents of the University of California. @@ -30,7 +30,7 @@ .\" .\" @(#)queue.3 8.1 (Berkeley) 12/13/93 .\" -.Dd $Mdocdate: November 19 2015 $ +.Dd $Mdocdate: March 14 2016 $ .Dt SLIST_INIT 3 .Os .Sh NAME @@ -918,6 +918,8 @@ while ((np = TAILQ_FIRST(&head))) { } .Ed +.Sh SEE ALSO +.Xr tree 3 .Sh NOTES It is an error to assume the next and previous fields are preserved after an element has been removed from a list or queue. |