svn commit: r44164 - in head/en_US.ISO8859-1/books: dev-model faq fdp-primer/xml-primer handbook/disks handbook/linuxemu porters-handbook/makefiles
Benjamin Kaduk
bjk at FreeBSD.org
Fri Mar 7 02:34:41 UTC 2014
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 at 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>
More information about the svn-doc-all
mailing list