From: Guillem Jover Date: Sun, 14 Feb 2016 08:00:57 +0000 (+0100) Subject: man: Fix ungrammatical construct X-Git-Tag: 0.8.3~3 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=e86c1b5f4393f1d65fb855d16d4c056fbe39ffd4;p=thirdparty%2Flibbsd.git man: Fix ungrammatical construct Warned-by: lintian --- 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.