Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2001 10:53:39 +0300 (MSK)
From:      Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/25184: Clean last tracks of CIRCLEQ from queue.3 manpage
Message-ID:  <200102180753.f1I7rdA02147@kapran.bitmcnit.bryansk.su>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 18 01:20:01 PST 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102180753.f1I7rdA02147>