Re: [PATCH] man/man3/slist.3: Add missing argument
From: Alejandro Colomar <alx@kernel.org>
Date: 2025-04-20 13:38:16
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Alejandro Colomar <alx@kernel.org>
Date: 2025-04-20 13:38:16
Hi Solomon, On Sun, Apr 20, 2025 at 12:44:48PM +0000, Solomon T wrote:
`SLIST_REMOVAL` has four arguments. This commit adds in the missing argument. Fixes: bb8164dec0c4 (2020-10-22; "slist.3: ffix: Use man markup") Signed-off-by: Solomon T <redacted>
Patch applied. Thanks! Cheers, Alex
--- man/man3/slist.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/man/man3/slist.3 b/man/man3/slist.3 index 50cd1d452..ff68e72d6 100644 --- a/man/man3/slist.3 +++ b/man/man3/slist.3@@ -57,7 +57,7 @@ Standard C library .\" .BI "SLIST_FOREACH_FROM_SAFE(struct TYPE *" var ", SLIST_HEAD *" head , .\" .BI " SLIST_ENTRY " NAME ", struct TYPE *" temp_var ); .P -.BI "void SLIST_REMOVE(SLIST_HEAD *" head ", struct TYPE *" elm , +.BI "void SLIST_REMOVE(SLIST_HEAD *" head ", struct TYPE *" elm ", TYPE, .BI " SLIST_ENTRY " NAME ); .BI "void SLIST_REMOVE_HEAD(SLIST_HEAD *" head , .BI " SLIST_ENTRY " NAME );-- 2.43.0
-- <https://www.alejandro-colomar.es/>