From nobody@FreeBSD.org  Tue Mar  4 02:45:21 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id CD202F5A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  4 Mar 2014 02:45:21 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id AD6F2216
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  4 Mar 2014 02:45:21 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s242jLwG074851
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 4 Mar 2014 02:45:21 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s242jLk4074850;
	Tue, 4 Mar 2014 02:45:21 GMT
	(envelope-from nobody)
Message-Id: <201403040245.s242jLk4074850@cgiserv.freebsd.org>
Date: Tue, 4 Mar 2014 02:45:21 GMT
From: Alex Weber <alexwebr@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Small number of spelling mistakes
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         187241
>Category:       docs
>Synopsis:       [patch] Small number of spelling mistakes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bjk
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 04 02:50:00 UTC 2014
>Closed-Date:    Fri Mar 07 02:55:37 UTC 2014
>Last-Modified:  Fri Mar 07 02:55:37 UTC 2014
>Originator:     Alex Weber
>Release:        
>Organization:
>Environment:
>Description:
There are a small number of spelling mistakes in the Porter's Handbook, the Handbook, and the FAQ.

The attached diff patches them.
>How-To-Repeat:

>Fix:
See attached patch.

Patch attached with submission follows:

Index: en_US.ISO8859-1/books/dev-model/book.xml
===================================================================
--- en_US.ISO8859-1/books/dev-model/book.xml	(revision 44112)
+++ en_US.ISO8859-1/books/dev-model/book.xml	(working copy)
@@ -1637,7 +1637,7 @@
                 <para>
                     As the requests are prioritised by the individual developers on
                     the basis of doing what they find interesting, necessary or are
-                    funded to do, there is no overall strategy or priorisation of
+                    funded to do, there is no overall strategy or prioritisation of
                     what requests to regard as requirements and following up their
                     correct implementation. However, most developers have some
                     shared vision of what issues are more important, and they can
Index: en_US.ISO8859-1/books/faq/book.xml
===================================================================
--- en_US.ISO8859-1/books/faq/book.xml	(revision 44112)
+++ en_US.ISO8859-1/books/faq/book.xml	(working copy)
@@ -1559,7 +1559,7 @@
 
 	  <answer>
 	    <para>Microcode is a method of programmatically
-	      implementating hardware level instructions.  This allows
+	      implementing hardware level instructions.  This allows
 	      for CPU bugs to be fixed without replacing the on board chip.</para>
 
 	    <para>Install <package>sysutils/devcpu-data</package>,
@@ -2960,7 +2960,7 @@
 
 	  <para>Long answer:  Soft Updates has two
 	    characteristics that may be undesirable on certain
-	    paritions.  First, a Soft Updates
+	    partitions.  First, a Soft Updates
 	    partition has a small chance of losing data during a system
 	    crash.  (The partition will not be corrupted; the data will
 	    simply be lost.)  Second, Soft Updates can cause temporary
Index: en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml	(revision 44112)
+++ en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml	(working copy)
@@ -959,7 +959,7 @@
 	<link linkend="xml-primer-xml-escape">XML
 	  context</link>.</para>
 
-      <para>Parameter entity definitons are similar to those for
+      <para>Parameter entity definitions are similar to those for
 	general entities.  However, parameter entries are included
 	with
 	<literal>%<replaceable>entity-name</replaceable>;</literal>.
Index: en_US.ISO8859-1/books/handbook/disks/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/handbook/disks/chapter.xml	(revision 44112)
+++ en_US.ISO8859-1/books/handbook/disks/chapter.xml	(working copy)
@@ -3215,7 +3215,7 @@
 
     <para>Swap partitions are not encrypted by default and should
       be cleared of any sensitive data before continuing.  To
-      overwrite the current swap parition with random garbage,
+      overwrite the current swap partition with random garbage,
       execute the following command:</para>
 
     <screen>&prompt.root; <userinput>dd if=/dev/random of=/dev/ad0s1b bs=1m</userinput></screen>
Index: en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml	(revision 44112)
+++ en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml	(working copy)
@@ -81,7 +81,7 @@
 
     <indexterm><primary>Ports Collection</primary></indexterm>
 
-    <para>&linux; libararies are not installed on &os; by default
+    <para>&linux; libraries are not installed on &os; by default
       and &linux; binary compatibility is not enabled by default.
       &linux; libraries can be installed using the &os; Ports
       Collection.  Alternately, &linux; libraries can be installed
Index: en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	(revision 44112)
+++ en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	(working copy)
@@ -2627,7 +2627,7 @@
 	<para>When specific versions or specific major and minor
 	  revisions of a distfile should be checked.  For example, if
 	  only version <replaceable>0.6.4</replaceable> should be
-	  monitored because newer versions have compatablity issues
+	  monitored because newer versions have compatibility issues
 	  with &os;, add:</para>
 
 	<programlisting>PORTSCOUT=	limit:^0\.6\.4</programlisting>


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->bjk 
Responsible-Changed-By: bjk 
Responsible-Changed-When: Fri Mar 7 00:02:25 UTC 2014 
Responsible-Changed-Why:  
take 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/187241: commit references a PR
Date: Fri,  7 Mar 2014 02:34:49 +0000 (UTC)

 Author: bjk
 Date: Fri Mar  7 02:34:39 2014
 New Revision: 44164
 URL: http://svnweb.freebsd.org/changeset/doc/44164
 
 Log:
   Fix a few typos
   
   PR:		docs/187241
   Submitted by:	Alex Weber <alexwebr@gmail.com>
   Approved by:	hrs (mentor)
 
 Modified:
   head/en_US.ISO8859-1/books/dev-model/book.xml
   head/en_US.ISO8859-1/books/faq/book.xml
   head/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml
   head/en_US.ISO8859-1/books/handbook/disks/chapter.xml
   head/en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml
   head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
 
 Modified: head/en_US.ISO8859-1/books/dev-model/book.xml
 ==============================================================================
 --- head/en_US.ISO8859-1/books/dev-model/book.xml	Thu Mar  6 23:27:25 2014	(r44163)
 +++ head/en_US.ISO8859-1/books/dev-model/book.xml	Fri Mar  7 02:34:39 2014	(r44164)
 @@ -1637,7 +1637,7 @@
                  <para>
                      As the requests are prioritised by the individual developers on
                      the basis of doing what they find interesting, necessary or are
 -                    funded to do, there is no overall strategy or priorisation of
 +                    funded to do, there is no overall strategy or prioritisation of
                      what requests to regard as requirements and following up their
                      correct implementation. However, most developers have some
                      shared vision of what issues are more important, and they can
 
 Modified: head/en_US.ISO8859-1/books/faq/book.xml
 ==============================================================================
 --- head/en_US.ISO8859-1/books/faq/book.xml	Thu Mar  6 23:27:25 2014	(r44163)
 +++ head/en_US.ISO8859-1/books/faq/book.xml	Fri Mar  7 02:34:39 2014	(r44164)
 @@ -1559,7 +1559,7 @@
  
  	  <answer>
  	    <para>Microcode is a method of programmatically
 -	      implementating hardware level instructions.  This allows
 +	      implementing hardware level instructions.  This allows
  	      for CPU bugs to be fixed without replacing the on board chip.</para>
  
  	    <para>Install <package>sysutils/devcpu-data</package>,
 @@ -2960,7 +2960,7 @@ kern.sched.name: ULE</screen>
  
  	  <para>Long answer:  Soft Updates has two
  	    characteristics that may be undesirable on certain
 -	    paritions.  First, a Soft Updates
 +	    partitions.  First, a Soft Updates
  	    partition has a small chance of losing data during a system
  	    crash.  (The partition will not be corrupted; the data will
  	    simply be lost.)  Second, Soft Updates can cause temporary
 
 Modified: head/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml
 ==============================================================================
 --- head/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml	Thu Mar  6 23:27:25 2014	(r44163)
 +++ head/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml	Fri Mar  7 02:34:39 2014	(r44164)
 @@ -959,7 +959,7 @@ example.xml:5: element head: validity er
  	<link linkend="xml-primer-xml-escape">XML
  	  context</link>.</para>
  
 -      <para>Parameter entity definitons are similar to those for
 +      <para>Parameter entity definitions are similar to those for
  	general entities.  However, parameter entries are included
  	with
  	<literal>%<replaceable>entity-name</replaceable>;</literal>.
 
 Modified: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml
 ==============================================================================
 --- head/en_US.ISO8859-1/books/handbook/disks/chapter.xml	Thu Mar  6 23:27:25 2014	(r44163)
 +++ head/en_US.ISO8859-1/books/handbook/disks/chapter.xml	Fri Mar  7 02:34:39 2014	(r44164)
 @@ -3215,7 +3215,7 @@ geli_da2_flags="-p -k /root/da2.key"</pr
  
      <para>Swap partitions are not encrypted by default and should
        be cleared of any sensitive data before continuing.  To
 -      overwrite the current swap parition with random garbage,
 +      overwrite the current swap partition with random garbage,
        execute the following command:</para>
  
      <screen>&prompt.root; <userinput>dd if=/dev/random of=/dev/ad0s1b bs=1m</userinput></screen>
 
 Modified: head/en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml
 ==============================================================================
 --- head/en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml	Thu Mar  6 23:27:25 2014	(r44163)
 +++ head/en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml	Fri Mar  7 02:34:39 2014	(r44164)
 @@ -81,7 +81,7 @@
  
      <indexterm><primary>Ports Collection</primary></indexterm>
  
 -    <para>&linux; libararies are not installed on &os; by default
 +    <para>&linux; libraries are not installed on &os; by default
        and &linux; binary compatibility is not enabled by default.
        &linux; libraries can be installed using the &os; Ports
        Collection.  Alternately, &linux; libraries can be installed
 
 Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
 ==============================================================================
 --- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Thu Mar  6 23:27:25 2014	(r44163)
 +++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Fri Mar  7 02:34:39 2014	(r44164)
 @@ -2685,7 +2685,7 @@ ALWAYS_KEEP_DISTFILES=	yes
  	<para>When specific versions or specific major and minor
  	  revisions of a distfile should be checked.  For example, if
  	  only version <replaceable>0.6.4</replaceable> should be
 -	  monitored because newer versions have compatablity issues
 +	  monitored because newer versions have compatibility issues
  	  with &os;, add:</para>
  
  	<programlisting>PORTSCOUT=	limit:^0\.6\.4</programlisting>
 _______________________________________________
 svn-doc-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-doc-all
 To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: bjk 
State-Changed-When: Fri Mar 7 02:55:15 UTC 2014 
State-Changed-Why:  
Committed in r44164 -- thanks! 

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