Date: Mon, 16 Nov 2009 23:04:08 GMT From: Andrius Morkunas <hinokind@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: docs/140615: [patch] Typo in queue(3) Message-ID: <200911162304.nAGN48Mn044470@www.freebsd.org> Resent-Message-ID: <200911162310.nAGNA1RR034430@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911162304.nAGN48Mn044470>