From alex@kapran.bitmcnit.bryansk.su  Sun Feb 18 01:14:27 2001
Return-Path: <alex@kapran.bitmcnit.bryansk.su>
Received: from server.bitmcnit.bryansk.su (bitmcnit.bryansk.ru [195.239.213.9])
	by hub.freebsd.org (Postfix) with ESMTP id B73A737B503
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 18 Feb 2001 01:14:20 -0800 (PST)
Received: (from uucp@localhost)
	by server.bitmcnit.bryansk.su (8.9.3/8.9.3) with UUCP id MAA28651
	for FreeBSD-gnats-submit@freebsd.org; Sun, 18 Feb 2001 12:01:45 +0300
Received: (from alex@localhost)
	by kapran.bitmcnit.bryansk.su (8.11.1/8.11.1) id f1I7rdA02147;
	Sun, 18 Feb 2001 10:53:39 +0300 (MSK)
	(envelope-from alex)
Message-Id: <200102180753.f1I7rdA02147@kapran.bitmcnit.bryansk.su>
Date: Sun, 18 Feb 2001 10:53:39 +0300 (MSK)
From: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
Reply-To: alex@kapran.bitmcnit.bryansk.su
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Clean last tracks of CIRCLEQ from queue.3 manpage
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         25184
>Category:       docs
>Synopsis:       Clean last tracks of CIRCLEQ from queue.3 manpage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 18 01:20:01 PST 2001
>Closed-Date:    Wed Mar 14 18:08:57 PST 2001
>Last-Modified:  Wed Mar 14 18:09:08 PST 2001
>Originator:     Alex Kapranoff
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD kapran.bitmcnit.bryansk.su 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sat Feb 17 11:13:17 MSK 2001 root@kapran.bitmcnit.bryansk.su:/usr/src/sys/compile/KAPRAN i386


	
>Description:
	queue(3) manpage still mentions circular queues several times
	while the actual interface was murdered.
>How-To-Repeat:
>Fix:

--- /usr/src/share/man/man3/queue.3	Sun Dec 31 03:14:28 2000
+++ ./queue.3	Sun Feb 18 10:49:17 2001
@@ -154,10 +154,9 @@
 .Fn TAILQ_REMOVE "TAILQ_HEAD *head" "TYPE *elm" "TAILQ_ENTRY NAME"
 .\"
 .Sh DESCRIPTION
-These macros define and operate on five types of data structures:
-singly-linked lists, singly-linked tail queues, lists, tail queues,
-and circular queues.
-All five structures support the following functionality:
+These macros define and operate on four types of data structures:
+singly-linked lists, singly-linked tail queues, lists and tail queues.
+All four structures support the following functionality:
 .Bl -enum -compact -offset indent
 .It
 Insertion of a new entry at the head of the list.
@@ -197,8 +196,8 @@
 few or no removals,
 or for implementing a FIFO queue.
 .Pp
-All doubly linked types of data structures (lists, tail queues, and circle
-queues) additionally allow:
+All doubly linked types of data structures (lists and tail queues)
+additionally allow:
 .Bl -enum -compact -offset indent
 .It
 Insertion of a new entry before any element in the list.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: dd 
State-Changed-When: Wed Mar 14 18:08:57 PST 2001 
State-Changed-Why:  
Committed, thanks! 

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