list.3: Minor fix to grammar

Fix a preexisting grammar issue in text taken from queue.3.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-10-21 06:48:45 +02:00
parent 7e5e369998
commit d3f0057ec7
1 changed files with 2 additions and 2 deletions

View File

@ -92,14 +92,14 @@ These macros define and operate on doubly-linked lists.
.PP
In the macro definitions,
.I TYPE
is the name of a user defined structure,
is the name of a user-defined structure,
that must contain a field of type
.IR LIST_ENTRY ,
named
.IR NAME .
The argument
.IR HEADNAME
is the name of a user defined structure that must be declared
is the name of a user-defined structure that must be declared
using the macro
.BR LIST_HEAD ().
.PP