Signed-off-by: Alejandro Colomar <colomar.6.4.3@xxxxxxxxx> --- man3/list.3 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/man3/list.3 b/man3/list.3 index 36d259a63..39c1d4b4d 100644 --- a/man3/list.3 +++ b/man3/list.3 @@ -89,19 +89,19 @@ LIST_REMOVE .fi .SH DESCRIPTION These macros define and operate on doubly-linked lists. -.Pp +.PP In the macro definitions, -.Fa TYPE +.I TYPE is the name of a user defined structure, that must contain a field of type -.Li LIST_ENTRY , +.IR LIST_ENTRY , named -.Fa NAME . +.IR NAME . The argument -.Fa HEADNAME +.IR HEADNAME is the name of a user defined structure that must be declared using the macro -.Fa LIST_HEAD . +.BR LIST_HEAD (). .SH RETURN VALUE .SH CONFORMING TO .SH BUGS -- 2.28.0