From nobody@FreeBSD.org  Mon Nov 16 23:04:09 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 10ED3106566B
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <hinokind@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] Typo in queue(3)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         140615
>Category:       docs
>Synopsis:       [patch] Typo in queue(3)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brueffer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 16 23:10:00 UTC 2009
>Closed-Date:    Fri Nov 20 08:24:17 CET 2009
>Last-Modified:  Fri Nov 20 08:24:17 CET 2009
>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:
State-Changed-From-To: open->patched 
State-Changed-By: brueffer 
State-Changed-When: Tue Nov 17 08:06:47 CET 2009 
State-Changed-Why:  
Committed, thanks! 


Responsible-Changed-From-To: freebsd-doc->brueffer 
Responsible-Changed-By: brueffer 
Responsible-Changed-When: Tue Nov 17 08:06:47 CET 2009 
Responsible-Changed-Why:  
MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140615 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/140615: commit references a PR
Date: Tue, 17 Nov 2009 07:06:55 +0000 (UTC)

 Author: brueffer
 Date: Tue Nov 17 07:06:41 2009
 New Revision: 199349
 URL: http://svn.freebsd.org/changeset/base/199349
 
 Log:
   Fix typo.
   
   PR:		140615
   Submitted by:	Andrius Morkunas <hinokind@gmail.com>
   MFC after:	3 days
 
 Modified:
   head/share/man/man3/queue.3
 
 Modified: head/share/man/man3/queue.3
 ==============================================================================
 --- head/share/man/man3/queue.3	Tue Nov 17 07:01:49 2009	(r199348)
 +++ head/share/man/man3/queue.3	Tue Nov 17 07:06:41 2009	(r199349)
 @@ -233,7 +233,7 @@ O(1) removal of any entry in the list.
  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.
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: brueffer 
State-Changed-When: Fri Nov 20 08:24:01 CET 2009 
State-Changed-Why:  
MFCs done. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140615 
>Unformatted:
