[11/22] list.3: DESCRIPTION: ffix: Use man markup

Message ID 20201020142146.61837-12-colomar.6.4.3@gmail.com
State Not applicable
Headers
Series list.3: New page forked from queue.3 |

Commit Message

Alejandro Colomar Oct. 20, 2020, 2:21 p.m. UTC
  Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
---
 man3/list.3 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
  

Patch

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