diff options
Diffstat (limited to 'man3/queue.3')
| -rw-r--r-- | man3/queue.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/queue.3 b/man3/queue.3 index f3f25b0881..414664e549 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 |
