From owner-freebsd-doc@FreeBSD.ORG Mon Nov 16 23:10:01 2009 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B245F1065670 for ; Mon, 16 Nov 2009 23:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 90B248FC13 for ; Mon, 16 Nov 2009 23:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAGNA13I034431 for ; Mon, 16 Nov 2009 23:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAGNA1RR034430; Mon, 16 Nov 2009 23:10:01 GMT (envelope-from gnats) Resent-Date: Mon, 16 Nov 2009 23:10:01 GMT Resent-Message-Id: <200911162310.nAGNA1RR034430@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, Andrius Morkunas Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10ED3106566B for ; Mon, 16 Nov 2009 23:04:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 00F8F8FC13 for ; Mon, 16 Nov 2009 23:04:09 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nAGN48fE044471 for ; Mon, 16 Nov 2009 23:04:08 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id nAGN48Mn044470; Mon, 16 Nov 2009 23:04:08 GMT (envelope-from nobody) Message-Id: <200911162304.nAGN48Mn044470@www.freebsd.org> Date: Mon, 16 Nov 2009 23:04:08 GMT From: Andrius Morkunas To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/140615: [patch] Typo in queue(3) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 23:10:01 -0000 >Number: 140615 >Category: docs >Synopsis: [patch] Typo in queue(3) >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: Mon Nov 16 23:10:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Andrius Morkunas >Release: 9-CURRENT >Organization: >Environment: >Description: queue(3) manual has a sentence beginning with "Each elements", where it should be "Each element". >How-To-Repeat: >Fix: Patch attached. Patch attached with submission follows: --- share/man/man3/queue.3 (revision 199338) +++ share/man/man3/queue.3 (working copy) @@ -233,7 +233,7 @@ However: .Bl -enum -compact -offset indent .It -Each elements requires two pointers rather than one. +Each element requires two pointers rather than one. .It Code size and execution time of operations (except for removal) is about twice that of the singly-linked data-structures. >Release-Note: >Audit-Trail: >Unformatted: