diff options
author | jhb <jhb@FreeBSD.org> | 2005-10-17 17:53:17 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2005-10-17 17:53:17 +0000 |
commit | 79ab22b18992c27ae0dcab33b792a21969759951 (patch) | |
tree | 9f5356bd284e6335dc64fd38375921a0627be572 /share | |
parent | 73e73ab95a62778fce429e713e85c6ea7a8f5667 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | share/man/man3/queue.3 | 1 |
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 |