From ed@hoeg.nl  Sat Mar 25 22:32:09 2006
Return-Path: <ed@hoeg.nl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7836816A420
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Mar 2006 22:32:09 +0000 (UTC)
	(envelope-from ed@hoeg.nl)
Received: from palm.hoeg.nl (mx0.hoeg.nl [83.98.131.211])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2A7E043D58
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Mar 2006 22:32:08 +0000 (GMT)
	(envelope-from ed@hoeg.nl)
Received: by palm.hoeg.nl (Postfix, from userid 1000)
	id 6A69817076; Sat, 25 Mar 2006 23:32:07 +0100 (CET)
Message-Id: <20060325223207.6A69817076@palm.hoeg.nl>
Date: Sat, 25 Mar 2006 23:32:07 +0100 (CET)
From: Ed Schouten <ed@fxq.nl>
Reply-To: Ed Schouten <ed@fxq.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [queue(3)] Manual page mentions five data structures instead of four
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         94938
>Category:       docs
>Synopsis:       queue(3): Manual page mentions five data structures instead of four
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    emaste
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 25 22:40:12 GMT 2006
>Closed-Date:    Tue May 02 04:05:35 GMT 2006
>Last-Modified:  Tue May 02 04:05:35 GMT 2006
>Originator:     Ed Schouten
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
n/a
>Environment:
System: FreeBSD zonk.fxq.nl 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Thu Mar 23 21:25:08 CET 2006 root@zonk.fxq.nl:/usr/obj/export/src/sys/ZONK i386

>Description:
The queue(3) manpage mentions the following sentence:

"These macros define and operate on four types of data structures:"

One paragraph later:

"Singly-linked lists are the simplest of the five data structures and
support only the above functionality."

>How-To-Repeat:
Run `man 3 queue`.

>Fix:
%%%
--- src/share/man/man3/queue.3     Wed Mar 22 18:23:44 2006
+++ src/share/man/man3/queue.3     Sat Mar 25 23:29:56 2006
@@ -184,7 +184,7 @@
 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,
%%%
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->emaste 
Responsible-Changed-By: emaste 
Responsible-Changed-When: Sat Mar 25 22:56:29 UTC 2006 
Responsible-Changed-Why:  
I'll fix this.  Looks like a CIRCLEQ remnant. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=94938 
State-Changed-From-To: open->patched 
State-Changed-By: emaste 
State-Changed-When: Sat Mar 25 23:11:32 UTC 2006 
State-Changed-Why:  
Committed to HEAD. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=94938 
State-Changed-From-To: patched->closed 
State-Changed-By: emaste 
State-Changed-When: Tue May 2 04:04:49 UTC 2006 
State-Changed-Why:  
MFC'd for 5.5 and 6.1. 
Thanks for the report. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=94938 
>Unformatted:
