svn commit: r45037 - head/en_US.ISO8859-1/books/handbook/config

Warren Block <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: wblock
Date: Mon Jun  9 03:52:34 2014
New Revision: 45037
URL: http://svnweb.freebsd.org/changeset/doc/45037

Log:
  Whitespace-only fixes, translators please ignore.

Modified:
  head/en_US.ISO8859-1/books/handbook/config/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/config/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/config/chapter.xml	Mon Jun  9 03:42:29 2014	(r45036)
+++ head/en_US.ISO8859-1/books/handbook/config/chapter.xml	Mon Jun  9 03:52:34 2014	(r45037)
@@ -362,16 +362,16 @@ PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
 
       <tip>
 	<para>Before using a custom script, make sure it is executable
-	  and test it with the limited set of environment variables set
-	  by cron.  To replicate the environment that would be used to
-	  run the above cron entry, use:</para>
+	  and test it with the limited set of environment variables
+	  set by cron.  To replicate the environment that would be
+	  used to run the above cron entry, use:</para>
 
 	<programlisting>env -i SHELL=/bin/sh PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin HOME=/home/<replaceable>dru</replaceable> LOGNAME=<replaceable>dru</replaceable> <replaceable>/usr/home/dru/bin/mycustomscript.sh</replaceable></programlisting>
 
-	  <para>The environment set by cron is discussed in &man.crontab.5;.
-	  Checking that scripts operate correctly in a cron environment
-	  is especially important if they include any commands that delete
-	  files using wildcards.</para>
+	<para>The environment set by cron is discussed in
+	  &man.crontab.5;.  Checking that scripts operate correctly in
+	  a cron environment is especially important if they include
+	  any commands that delete files using wildcards.</para>
       </tip>
 
       <para>When finished editing the crontab, save the file.  It
@@ -1206,7 +1206,7 @@ ifconfig_fxp0_alias7="inet 202.0.75.20 n
 
   <sect1 xml:id="configtuning-syslog">
     <info>
-    <title>Configuring System Logging</title>
+      <title>Configuring System Logging</title>
 
       <authorgroup>
 	<author>
@@ -1489,18 +1489,18 @@ cron.*                                  
 
     <sect2 xml:id="network-syslogd">
       <info>
-      <title>Configuring Remote Logging</title>
+	<title>Configuring Remote Logging</title>
 
-      <authorgroup>
-	<author>
-	<personname>
-	  <firstname>Tom</firstname>
-	  <surname>Rhodes</surname>
-	</personname>
-	  <contrib>Contributed by </contrib>
-	</author>
-      </authorgroup>
-    </info>
+	<authorgroup>
+	  <author>
+	    <personname>
+	      <firstname>Tom</firstname>
+	      <surname>Rhodes</surname>
+	    </personname>
+	    <contrib>Contributed by </contrib>
+	  </author>
+	</authorgroup>
+      </info>
 
       <para>Monitoring the log files of multiple hosts can become
 	unwieldy as the number of systems increases.  Configuring
@@ -2757,9 +2757,9 @@ kern.maxvnodes: 100000</screen>
     <sect2 xml:id="create-swapfile">
       <title>Creating a Swap File</title>
 
-      <para>These examples create a 64M swap file
-	called <filename>/usr/swap0</filename> instead
-	of using a partition.</para>
+      <para>These examples create a 64M swap file called
+	<filename>/usr/swap0</filename> instead of using a
+	partition.</para>
 
       <para>Using swap files requires that the module needed by
 	&man.md.4; has either been built into the kernel or has been
@@ -2829,9 +2829,10 @@ kern.maxvnodes: 100000</screen>
 	  </step>
 
 	  <step>
-	    <para>Swap space will be added on system startup.  To enable the swap file immediately, specify a free
-	      memory device.  Refer to <xref linkend="disks-virtual"/>
-	      for more information about memory devices.</para>
+	    <para>Swap space will be added on system startup.  To
+	      enable the swap file immediately, specify a free memory
+	      device.  Refer to <xref linkend="disks-virtual"/> for
+	      more information about memory devices.</para>
 
 	    <screen>&prompt.root; <userinput>mdconfig -a -t vnode -f <replaceable>/usr/swap0</replaceable> -u <replaceable>0</replaceable> &amp;&amp; swapon /dev/md<replaceable>0</replaceable></userinput></screen>
 	  </step>
@@ -3313,35 +3314,35 @@ acpi_dsdt_name="/boot/DSDT.aml"</program
 
     <sect2 xml:id="ACPI-submitdebug">
       <info>
-      <title>Getting and Submitting Debugging Info</title>
+	<title>Getting and Submitting Debugging Info</title>
 
-      <authorgroup>
-	<author>
-	  <personname>
-	    <firstname>Nate</firstname>
-	    <surname>Lawson</surname>
-	  </personname>
-	  <contrib>Written by </contrib>
-	</author>
-      </authorgroup>
+	<authorgroup>
+	  <author>
+	    <personname>
+	      <firstname>Nate</firstname>
+	      <surname>Lawson</surname>
+	    </personname>
+	    <contrib>Written by </contrib>
+	  </author>
+	</authorgroup>
 
-      <authorgroup>
-	<author>
-	  <personname>
-	    <firstname>Peter</firstname>
-	    <surname>Schultz</surname>
-	  </personname>
-	  <contrib>With contributions from </contrib>
-	</author>
+	<authorgroup>
+	  <author>
+	    <personname>
+	      <firstname>Peter</firstname>
+	      <surname>Schultz</surname>
+	    </personname>
+	    <contrib>With contributions from </contrib>
+	  </author>
 
-	<author>
-	  <personname>
-	    <firstname>Tom</firstname>
-	    <surname>Rhodes</surname>
-	  </personname>
-	</author>
-      </authorgroup>
-    </info>
+	  <author>
+	    <personname>
+	      <firstname>Tom</firstname>
+	      <surname>Rhodes</surname>
+	    </personname>
+	  </author>
+	</authorgroup>
+      </info>
 
       <indexterm>
 	<primary>ACPI</primary>
_______________________________________________
[email protected] mailing list
http://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.