Start sentences on new lines.

This commit is contained in:
Eitan Adler 2013-05-09 02:04:28 +00:00
parent 7536331217
commit bc1062559e

View File

@ -404,7 +404,8 @@ The macro
.Nm SLIST_REMOVE_AFTER
removes the element after
.Fa elm
from the list. Unlike
from the list.
Unlike
.Fa SLIST_REMOVE ,
this macro does not traverse the entire list.
.Pp
@ -595,7 +596,8 @@ The macro
.Nm STAILQ_REMOVE_AFTER
removes the element after
.Fa elm
from the tail queue. Unlike
from the tail queue.
Unlike
.Fa STAILQ_REMOVE ,
this macro does not traverse the entire tail queue.
.Pp