summaryrefslogtreecommitdiff
path: root/share/man/man3/queue.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-07 19:57:16 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-07 19:57:16 +0000
commit2410103c1d01e5581dbe8c80c0fbbdb90c1fdadc (patch)
tree5be3daa298d2ca42efb7a9f88eff43492e0bfd56 /share/man/man3/queue.3
parent719f27a9f3363379f6a76390202e0a1d954f13e0 (diff)
Notes
Diffstat (limited to 'share/man/man3/queue.3')
-rw-r--r--share/man/man3/queue.32
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3
index 692bccc59070..6b689ac14030 100644
--- a/share/man/man3/queue.3
+++ b/share/man/man3/queue.3
@@ -859,7 +859,7 @@ assigning each element in turn to
However, unlike their unsafe counterparts,
.Nm TAILQ_FOREACH
and
-.Nm TAILQ_FOREACH_REVERSE
+.Nm TAILQ_FOREACH_REVERSE
permit to both remove
.Fa var
as well as free it from within the loop safely without interfering with the