From owner-freebsd-doc@FreeBSD.ORG Sat Mar 25 22:40:13 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7676D16A422 for ; Sat, 25 Mar 2006 22:40:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E911743D46 for ; Sat, 25 Mar 2006 22:40:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2PMeCEY012516 for ; Sat, 25 Mar 2006 22:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2PMeChB012515; Sat, 25 Mar 2006 22:40:12 GMT (envelope-from gnats) Resent-Date: Sat, 25 Mar 2006 22:40:12 GMT Resent-Message-Id: <200603252240.k2PMeChB012515@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ed Schouten Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7836816A420 for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/94938: [queue(3)] Manual page mentions five data structures instead of four X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ed Schouten List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Mar 2006 22:40:13 -0000 >Number: 94938 >Category: docs >Synopsis: [queue(3)] Manual page mentions five data structures instead of four >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: Sat Mar 25 22:40:12 GMT 2006 >Closed-Date: >Last-Modified: >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: >Unformatted: