svn commit: r250400 - head/share/man/man3
Eitan Adler
eadler at FreeBSD.org
Thu May 9 02:04:29 UTC 2013
Author: eadler
Date: Thu May 9 02:04:28 2013
New Revision: 250400
URL: http://svnweb.freebsd.org/changeset/base/250400
Log:
Start sentences on new lines.
Modified:
head/share/man/man3/queue.3
Modified: head/share/man/man3/queue.3
==============================================================================
--- head/share/man/man3/queue.3 Thu May 9 00:26:20 2013 (r250399)
+++ head/share/man/man3/queue.3 Thu May 9 02:04:28 2013 (r250400)
@@ -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
More information about the svn-src-head
mailing list