diff options
Diffstat (limited to 'share/man/man3')
-rw-r--r-- | share/man/man3/queue.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3 index 692bccc..6b689ac 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 |