Signed-off-by: Alejandro Colomar <colomar.6.4.3@xxxxxxxxx> --- man3/list.3 | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/man3/list.3 b/man3/list.3 index 70f32a384..36d259a63 100644 --- a/man3/list.3 +++ b/man3/list.3 @@ -94,26 +94,14 @@ In the macro definitions, .Fa TYPE is the name of a user defined structure, that must contain a field of type -.Li SLIST_ENTRY , -.Li STAILQ_ENTRY , .Li LIST_ENTRY , -.Li TAILQ_ENTRY , -or -.Li CIRCLEQ_ENTRY , named .Fa NAME . The argument .Fa HEADNAME is the name of a user defined structure that must be declared -using the macros -.Li SLIST_HEAD , -.Li STAILQ_HEAD , -.Li LIST_HEAD , -.Li TAILQ_HEAD , -or -.Li CIRCLEQ_HEAD . -See the examples below for further explanation of how these -macros are used. +using the macro +.Fa LIST_HEAD . .SH RETURN VALUE .SH CONFORMING TO .SH BUGS -- 2.28.0