From 1df2213318ec04f90c4f65a25296b096e06ecfa1 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 18 Sep 2008 12:30:38 +0000 Subject: [PATCH] ffix --- man3/queue.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man3/queue.3 b/man3/queue.3 index f3f25b088..414664e54 100644 --- a/man3/queue.3 +++ b/man3/queue.3 @@ -173,7 +173,8 @@ See the examples below for further explanation of how these macros are used. .SS Lists A list is headed by a structure defined by the -LIST_HEAD macro. +.B LIST_HEAD +macro. This structure contains a single pointer to the first element on the list. The elements are doubly linked so that an arbitrary element can be