docs/149193: [PATCH] Spelling fixes for en_US.ISO8859-1/books/arch-handbook
Jimmy Olgeni
olgeni at FreeBSD.org
Mon Aug 2 11:10:01 UTC 2010
>Number: 149193
>Category: docs
>Synopsis: [PATCH] Spelling fixes for en_US.ISO8859-1/books/arch-handbook
>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 Aug 02 11:10:01 UTC 2010
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
More information about the freebsd-doc
mailing list