This commit is contained in:
Michael Kerrisk 2008-09-18 12:30:38 +00:00
parent bf66f9bde2
commit 1df2213318
1 changed files with 2 additions and 1 deletions

View File

@ -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