diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-09-18 12:30:38 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-09-18 12:30:38 +0000 |
| commit | 1df2213318ec04f90c4f65a25296b096e06ecfa1 (patch) | |
| tree | 5c529a6a3b7b7d5aa5f0310d70039b7dba82f8ed /man3/queue.3 | |
| parent | bf66f9bde21772eab5b32368dddeca2d640ec107 (diff) | |
| download | man-pages-1df2213318ec04f90c4f65a25296b096e06ecfa1.tar.gz | |
ffix
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 |
