svn commit: r50846 - in head/en_US.ISO8859-1/books/handbook: bsdinstall desktop disks firewalls multimedia security zfs

Maxim Konovalov <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: maxim
Date: Fri Sep 15 10:14:48 2017
New Revision: 50846
URL: https://svnweb.freebsd.org/changeset/doc/50846

Log:
  Typos fixed.
  
  PR:		222351
  Submitted by:	Lubos Boucek

Modified:
  head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml
  head/en_US.ISO8859-1/books/handbook/desktop/chapter.xml
  head/en_US.ISO8859-1/books/handbook/disks/chapter.xml
  head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml
  head/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml
  head/en_US.ISO8859-1/books/handbook/security/chapter.xml
  head/en_US.ISO8859-1/books/handbook/zfs/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml	Fri Sep 15 09:43:35 2017	(r50845)
+++ head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml	Fri Sep 15 10:14:48 2017	(r50846)
@@ -171,7 +171,7 @@
 	    <acronym>Intel64</acronym>.  Other manufacturers sometimes
 	    call it <acronym>x86-64</acronym>.</para>
 
-	  <para>Examples of &arch.amd64; compatible processsors
+	  <para>Examples of &arch.amd64; compatible processors
 	    include: &amd.athlon;64, &amd.opteron;,
 	    multi-core &intel;&nbsp;&xeon;, and
 	    &intel;&nbsp;&core;&nbsp;2 and later processors.</para>

Modified: head/en_US.ISO8859-1/books/handbook/desktop/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/desktop/chapter.xml	Fri Sep 15 09:43:35 2017	(r50845)
+++ head/en_US.ISO8859-1/books/handbook/desktop/chapter.xml	Fri Sep 15 10:14:48 2017	(r50846)
@@ -355,7 +355,7 @@
 
       <screen>&prompt.root; <userinput>pkg install kwebkitpart</userinput></screen>
 
-      <para>To install from the Ports Colloction:</para>
+      <para>To install from the Ports Collection:</para>
 
       <screen>&prompt.root; <userinput>cd /usr/ports/www/kwebkitpart</userinput>
 &prompt.root; <userinput>make install clean</userinput></screen>

Modified: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/disks/chapter.xml	Fri Sep 15 09:43:35 2017	(r50845)
+++ head/en_US.ISO8859-1/books/handbook/disks/chapter.xml	Fri Sep 15 10:14:48 2017	(r50846)
@@ -3141,7 +3141,7 @@ geli_da2_flags="-k /root/<replaceable>da2.key</replace
 	</varlistentry>
       </variablelist>
 
-      <para>This example configures an encryped swap partition using
+      <para>This example configures an encrypted swap partition using
 	the Blowfish algorithm with a key length of 128 bits and a
 	sectorsize of 4 kilobytes:</para>
 

Modified: head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml	Fri Sep 15 09:43:35 2017	(r50845)
+++ head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml	Fri Sep 15 10:14:48 2017	(r50846)
@@ -3002,7 +3002,7 @@ ipnat_rules="/etc/ipnat.rules"    # rules definition f
 	<varlistentry>
 	  <term>TCP_FLAG|ICMP_TYPE</term>
 	  <listitem>
-	    <para>If <literal>tcp</literal> is specifed as the
+	    <para>If <literal>tcp</literal> is specified as the
 	      PROTO_TYPE, flags can be specified as letters, where
 	      each letter represents one of the possible
 	      <acronym>TCP</acronym> flags used to determine the state
@@ -3016,7 +3016,7 @@ ipnat_rules="/etc/ipnat.rules"    # rules definition f
 	      <literal>C</literal> (CWN), and
 	      <literal>E</literal> (ECN).</para>
 
-	    <para>If <literal>icmp</literal> is specifed as the
+	    <para>If <literal>icmp</literal> is specified as the
 	      PROTO_TYPE, the <acronym>ICMP</acronym> type to match
 	      can be specified.  Refer to &man.ipf.5; for the
 	      allowable types.</para>

Modified: head/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml	Fri Sep 15 09:43:35 2017	(r50845)
+++ head/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml	Fri Sep 15 10:14:48 2017	(r50846)
@@ -509,7 +509,7 @@ pcm7: &lt;HDA Realtek ALC889 PCM #3 Digital&gt; at cad
 	provides an alternative, command-line <acronym>MP3</acronym>
 	player.  Once installed, specify the <acronym>MP3</acronym>
 	file to play on the command line.  If the system has multiple
-	audio devices, the sound device can also be specifed:</para>
+	audio devices, the sound device can also be specified:</para>
 
       <screen>&prompt.root; <userinput>mpg123 <replaceable>-a /dev/dsp1.0 Foobar-GreatestHits.mp3</replaceable></userinput>
 High Performance MPEG 1.0/2.0/2.5 Audio Player for Layers 1, 2 and 3
@@ -1342,7 +1342,7 @@ bktr0: Pinnacle/Miro TV, Philips SECAM tuner.</program
 
       <screen>&prompt.root; <userinput>pkg install mythtv</userinput></screen>
 
-      <para>Alternatively, to install from the Ports Collecton:</para>
+      <para>Alternatively, to install from the Ports Collection:</para>
 
       <screen>&prompt.root; <userinput>cd /usr/ports/multimedia/mythtv</userinput>
 &prompt.root; <userinput>make install</userinput></screen>

Modified: head/en_US.ISO8859-1/books/handbook/security/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/security/chapter.xml	Fri Sep 15 09:43:35 2017	(r50845)
+++ head/en_US.ISO8859-1/books/handbook/security/chapter.xml	Fri Sep 15 10:14:48 2017	(r50846)
@@ -419,7 +419,7 @@ Enter new password:</screen>
 	the most prudent security or systems engineer will miss
 	something an attacker left behind.</para>
 
-      <para>A rootkit does do one thing usefulfor administrators: once
+      <para>A rootkit does do one thing useful for administrators: once
 	detected, it is a sign that a compromise happened at some
 	point.  But, these types of applications tend to be very well
 	hidden.  This section demonstrates a tool that can be used to
@@ -1437,7 +1437,7 @@ kadmin&gt;<userinput> exit</userinput></screen>
 
       <programlisting>GSSAPIAuthentication yes</programlisting>
 
-      <para>After making this change, &man.sshd.8; must be restared
+      <para>After making this change, &man.sshd.8; must be restarted
 	for the new configuration to take effect:
 	<command>service sshd restart</command>.</para>
     </sect2>

Modified: head/en_US.ISO8859-1/books/handbook/zfs/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/zfs/chapter.xml	Fri Sep 15 09:43:35 2017	(r50845)
+++ head/en_US.ISO8859-1/books/handbook/zfs/chapter.xml	Fri Sep 15 10:14:48 2017	(r50846)
@@ -2875,7 +2875,7 @@ mypool/compressed_dataset  logicalused       496G     
 
       <para>The dataset is currently using 449&nbsp;GB of space (the
 	used property).  Without compression, it would have taken
-	496&nbsp;GB of space (the <literal>logicallyused</literal>
+	496&nbsp;GB of space (the <literal>logicalused</literal>
 	property).  This results in the 1.11:1 compression
 	ratio.</para>
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.