summaryrefslogtreecommitdiffstats
path: root/share/man/man3/queue.3
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-10-17 17:53:17 +0000
committerjhb <jhb@FreeBSD.org>2005-10-17 17:53:17 +0000
commit79ab22b18992c27ae0dcab33b792a21969759951 (patch)
tree9f5356bd284e6335dc64fd38375921a0627be572 /share/man/man3/queue.3
parent73e73ab95a62778fce429e713e85c6ea7a8f5667 (diff)
downloadFreeBSD-src-79ab22b18992c27ae0dcab33b792a21969759951.zip
FreeBSD-src-79ab22b18992c27ae0dcab33b792a21969759951.tar.gz
Remove a spurious newline. The TAILQ_INIT() is part of the 'faster tailq
deletion' example. MFC after: 1 week
Diffstat (limited to 'share/man/man3/queue.3')
-rw-r--r--share/man/man3/queue.31
1 files changed, 0 insertions, 1 deletions
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3
index 52c840a..621b63b 100644
--- a/share/man/man3/queue.3
+++ b/share/man/man3/queue.3
@@ -968,7 +968,6 @@ while (n1 != NULL) {
free(n1);
n1 = n2;
}
-
TAILQ_INIT(&head);
.Ed
.Sh HISTORY
OpenPOWER on IntegriCloud