docs/140615: [patch] Typo in queue(3)

Andrius Morkunas hinokind at gmail.com
Mon Nov 16 23:10:01 UTC 2009


>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:



More information about the freebsd-doc mailing list