]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
man: Fix ungrammatical construct
authorGuillem Jover <guillem@hadrons.org>
Sun, 14 Feb 2016 08:00:57 +0000 (09:00 +0100)
committerGuillem Jover <guillem@hadrons.org>
Sun, 14 Feb 2016 08:01:24 +0000 (09:01 +0100)
Warned-by: lintian
man/queue.3bsd

index 62623b78891031c5d9d803a4192660cd77cee7d6..bea33d05b70ae65a1cec168b5bcf83e6eef315e8 100644 (file)
@@ -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.