summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2006-05-02 04:04:26 +0000
committerEd Maste <emaste@FreeBSD.org>2006-05-02 04:04:26 +0000
commitdb0659afad239b1b0f7a067df4b3c12c83e0b248 (patch)
treeae08d2f2f5e3454fcc6d709533fa77e2be451834
parent7da880aceaf9ef089ecb973e3e67eb6021fa6d14 (diff)
downloadsrc-test2-db0659afad239b1b0f7a067df4b3c12c83e0b248.tar.gz
src-test2-db0659afad239b1b0f7a067df4b3c12c83e0b248.zip
MFC queue.3 1.39 to RELENG_6_1:
The removal of CIRCLEQ left four queue macro families, but one sentence in the man page wasn't updated. PR: docs/94938 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: re
Notes
Notes: svn path=/releng/6.1/; revision=158244
-rw-r--r--share/man/man3/queue.32
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3
index 621b63be7aad..331b4cd9f960 100644
--- a/share/man/man3/queue.3
+++ b/share/man/man3/queue.3
@@ -184,7 +184,7 @@ O(n) removal of any entry in the list.
Forward traversal through the list.
.El
.Pp
-Singly-linked lists are the simplest of the five data structures
+Singly-linked lists are the simplest of the four data structures
and support only the above functionality.
Singly-linked lists are ideal for applications with large datasets
and few or no removals,