From e86c1b5f4393f1d65fb855d16d4c056fbe39ffd4 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sun, 14 Feb 2016 09:00:57 +0100 Subject: [PATCH] man: Fix ungrammatical construct Warned-by: lintian --- man/queue.3bsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/queue.3bsd b/man/queue.3bsd index 62623b7..bea33d0 100644 --- a/man/queue.3bsd +++ b/man/queue.3bsd @@ -1059,7 +1059,7 @@ However, unlike their unsafe counterparts, .Nm TAILQ_FOREACH and .Nm TAILQ_FOREACH_REVERSE -permit to both remove +make it possible to both remove .Fa var as well as free it from within the loop safely without interfering with the traversal. -- 2.47.3