From owner-freebsd-doc Sun Feb 18 1:20: 6 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4403337B4EC for ; Sun, 18 Feb 2001 01:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1I9K1e24837; Sun, 18 Feb 2001 01:20:01 -0800 (PST) (envelope-from gnats) Received: from server.bitmcnit.bryansk.su (bitmcnit.bryansk.ru [195.239.213.9]) by hub.freebsd.org (Postfix) with ESMTP id B73A737B503 for ; 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 Reply-To: alex@kapran.bitmcnit.bryansk.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/25184: Clean last tracks of CIRCLEQ from queue.3 manpage Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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