Commit e86c1b5f4393f1d65fb855d16d4c056fbe39ffd4

Guillem Jover 2016-02-14T09:00:57

man: Fix ungrammatical construct Warned-by: lintian

1
2
3
4
5
6
7
8
9
10
11
12
13
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.