From: Michael Kerrisk Date: Wed, 21 Oct 2020 04:48:45 +0000 (+0200) Subject: list.3: Minor fix to grammar X-Git-Tag: man-pages-5.09~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3f0057ec776c77cdad7ca0e0cda578264cbf780;p=thirdparty%2Fman-pages.git list.3: Minor fix to grammar Fix a preexisting grammar issue in text taken from queue.3. Signed-off-by: Michael Kerrisk --- diff --git a/man3/list.3 b/man3/list.3 index 8ad35739a5..0cbccfe00a 100644 --- a/man3/list.3 +++ b/man3/list.3 @@ -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