]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
list.3: Minor fix to grammar
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 21 Oct 2020 04:48:45 +0000 (06:48 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 21 Oct 2020 04:49:54 +0000 (06:49 +0200)
Fix a preexisting grammar issue in text taken from queue.3.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/list.3

index 8ad35739a5714a7660db1b3c492624c90e5fecb4..0cbccfe00a02fda5c6e3efae2915ce12237669d5 100644 (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