From g.olgeni@colby.it  Mon Aug  2 11:05:11 2010
Return-Path: <g.olgeni@colby.it>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 43E5F106567A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 Aug 2010 11:05:11 +0000 (UTC)
	(envelope-from g.olgeni@colby.it)
Received: from mail.colby.tv (93-62-141-58.ip22.fastwebnet.it [93.62.141.58])
	by mx1.freebsd.org (Postfix) with ESMTP id BCCFC8FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 Aug 2010 11:05:10 +0000 (UTC)
Received: from bsdbox.colby.local (localhost [127.0.0.1])
	by server.colby.local (8.14.4/8.14.4) with ESMTP id o72B593i092205
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 2 Aug 2010 13:05:09 +0200 (CEST)
	(envelope-from g.olgeni@colby.it)
Received: from exchange.colby.local ([192.168.1.11] helo=exchange.colby.local)
	with IPv4:25 by bsdbox.colby.local; 2 Aug 2010 13:05:09 +0200
Received: from backoffice.colby.local ([192.168.1.56]) by exchange.colby.local over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675);
	 Mon, 2 Aug 2010 13:05:09 +0200
Received: from backoffice.colby.local (localhost [127.0.0.1])
	by backoffice.colby.local (8.14.4/8.14.4) with ESMTP id o72B58fr062815
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 2 Aug 2010 13:05:08 +0200 (CEST)
	(envelope-from olgeni@backoffice.colby.local)
Received: (from olgeni@localhost)
	by backoffice.colby.local (8.14.4/8.14.4/Submit) id o72B58mw062814;
	Mon, 2 Aug 2010 13:05:08 +0200 (CEST)
	(envelope-from olgeni)
Message-Id: <201008021105.o72B58mw062814@backoffice.colby.local>
Date: Mon, 2 Aug 2010 13:05:08 +0200 (CEST)
From: Jimmy Olgeni <olgeni@freebsd.org>
Reply-To: Jimmy Olgeni <olgeni@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Spelling fixes for en_US.ISO8859-1/books/arch-handbook
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         149193
>Category:       docs
>Synopsis:       [PATCH] Spelling fixes for en_US.ISO8859-1/books/arch-handbook
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bcr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 02 11:10:01 UTC 2010
>Closed-Date:    Mon Aug 02 16:50:55 UTC 2010
>Last-Modified:  Mon Aug 02 16:50:55 UTC 2010
>Originator:     Jimmy Olgeni
>Release:        FreeBSD 8.1-RELEASE i386
>Organization:
>Environment:
>Description:
A few spelling fixes for en_US.ISO8859-1/books/arch-handbook.
>How-To-Repeat:
>Fix:
Index: jail/chapter.sgml
===================================================================
RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/arch-handbook/jail/chapter.sgml,v
retrieving revision 1.21
diff -u -r1.21 chapter.sgml
--- jail/chapter.sgml	1 Feb 2008 18:54:32 -0000	1.21
+++ jail/chapter.sgml	2 Aug 2010 11:00:04 -0000
@@ -661,7 +661,7 @@
         returns 1 if the IP address does NOT belong to the
         <application>jail</application> or 0 otherwise.  As you can see
         from the code, if it is indeed an IP address not belonging to the
-        <application>jail</application>, the protcol is not allowed to bind
+        <application>jail</application>, the protocol is not allowed to bind
         to that address.</para>
 
       <programlisting><filename>/usr/src/sys/kern/kern_jail.c:</filename>
Index: mac/chapter.sgml
===================================================================
RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/arch-handbook/mac/chapter.sgml,v
retrieving revision 1.45
diff -u -r1.45 chapter.sgml
--- mac/chapter.sgml	28 Aug 2006 18:59:15 -0000	1.45
+++ mac/chapter.sgml	2 Aug 2010 11:00:05 -0000
@@ -330,7 +330,7 @@
 	permitted to sleep, limiting the use of primitives in
 	those entry points to mutexes and wakeup operations.</para>
 
-      <para>When policy modules call out to other kernel subsytems,
+      <para>When policy modules call out to other kernel subsystems,
 	they will generally need to release any in-policy locks in
 	order to avoid violating the kernel lock order or risking
 	lock recursion.  This will maintain policy locks as leaf
Index: usb/chapter.sgml
===================================================================
RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/arch-handbook/usb/chapter.sgml,v
retrieving revision 1.8
diff -u -r1.8 chapter.sgml
--- usb/chapter.sgml	4 May 2005 23:56:46 -0000	1.8
+++ usb/chapter.sgml	2 Aug 2010 11:00:05 -0000
@@ -178,7 +178,7 @@
       designed to reduce hardware complexity by requiring the host
       controller driver to supply a complete schedule of the transfers
       for each frame. OHCI type controllers are much more independent
-      by providing a more abstract interface doing alot of work
+      by providing a more abstract interface doing a lot of work
       themselves. </para>
 
     <sect2>
@@ -246,7 +246,7 @@
         is aware of scheduling priorities and the ordering of the
         types of transfers in a frame. The main data structure used by
         the host controller is the endpoint descriptor (ED) to which
-        aqueue of transfer descriptors (TDs) is attached. The ED
+        a queue of transfer descriptors (TDs) is attached. The ED
         contains the maximum packet size allowed for an endpoint and
         the controller hardware does the splitting into packets. The
         pointers to the data buffers are updated after each transfer
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->bcr 
Responsible-Changed-By: bcr 
Responsible-Changed-When: Mon Aug 2 11:16:14 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/149193: commit references a PR
Date: Mon,  2 Aug 2010 16:16:00 +0000 (UTC)

 bcr         2010-08-02 16:15:46 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/arch-handbook/jail chapter.sgml 
     en_US.ISO8859-1/books/arch-handbook/mac chapter.sgml 
     en_US.ISO8859-1/books/arch-handbook/usb chapter.sgml 
   Log:
   Fix a few minor spelling mistakes in the arch-handbook.
   Translators can ignore them.
   
   PR:             docs/149193
   Submitted by:   olgeni@
   
   Revision  Changes    Path
   1.22      +1 -1      doc/en_US.ISO8859-1/books/arch-handbook/jail/chapter.sgml
   1.46      +1 -1      doc/en_US.ISO8859-1/books/arch-handbook/mac/chapter.sgml
   1.9       +2 -2      doc/en_US.ISO8859-1/books/arch-handbook/usb/chapter.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed  
State-Changed-By: bcr 
State-Changed-When: Mon Aug 2 16:49:50 UTC 2010 
State-Changed-Why:  
Committed, PR closed. Thanks! 

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