Whitespace-only fixes, translators please ignore.

This commit is contained in:
Warren Block 2014-06-09 03:52:34 +00:00
parent 60af047086
commit ffe6849f30
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45037

View file

@ -362,16 +362,16 @@ PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
<tip> <tip>
<para>Before using a custom script, make sure it is executable <para>Before using a custom script, make sure it is executable
and test it with the limited set of environment variables set and test it with the limited set of environment variables
by cron. To replicate the environment that would be used to set by cron. To replicate the environment that would be
run the above cron entry, use:</para> 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> <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;. <para>The environment set by cron is discussed in
Checking that scripts operate correctly in a cron environment &man.crontab.5;. Checking that scripts operate correctly in
is especially important if they include any commands that delete a cron environment is especially important if they include
files using wildcards.</para> any commands that delete files using wildcards.</para>
</tip> </tip>
<para>When finished editing the crontab, save the file. It <para>When finished editing the crontab, save the file. It
@ -1206,7 +1206,7 @@ ifconfig_fxp0_alias7="inet 202.0.75.20 netmask 255.255.255.255"</programlisting>
<sect1 xml:id="configtuning-syslog"> <sect1 xml:id="configtuning-syslog">
<info> <info>
<title>Configuring System Logging</title> <title>Configuring System Logging</title>
<authorgroup> <authorgroup>
<author> <author>
@ -1489,18 +1489,18 @@ cron.* /var/log/cron
<sect2 xml:id="network-syslogd"> <sect2 xml:id="network-syslogd">
<info> <info>
<title>Configuring Remote Logging</title> <title>Configuring Remote Logging</title>
<authorgroup> <authorgroup>
<author> <author>
<personname> <personname>
<firstname>Tom</firstname> <firstname>Tom</firstname>
<surname>Rhodes</surname> <surname>Rhodes</surname>
</personname> </personname>
<contrib>Contributed by </contrib> <contrib>Contributed by </contrib>
</author> </author>
</authorgroup> </authorgroup>
</info> </info>
<para>Monitoring the log files of multiple hosts can become <para>Monitoring the log files of multiple hosts can become
unwieldy as the number of systems increases. Configuring unwieldy as the number of systems increases. Configuring
@ -2757,9 +2757,9 @@ kern.maxvnodes: 100000</screen>
<sect2 xml:id="create-swapfile"> <sect2 xml:id="create-swapfile">
<title>Creating a Swap File</title> <title>Creating a Swap File</title>
<para>These examples create a 64M swap file <para>These examples create a 64M swap file called
called <filename>/usr/swap0</filename> instead <filename>/usr/swap0</filename> instead of using a
of using a partition.</para> partition.</para>
<para>Using swap files requires that the module needed by <para>Using swap files requires that the module needed by
&man.md.4; has either been built into the kernel or has been &man.md.4; has either been built into the kernel or has been
@ -2829,9 +2829,10 @@ kern.maxvnodes: 100000</screen>
</step> </step>
<step> <step>
<para>Swap space will be added on system startup. To enable the swap file immediately, specify a free <para>Swap space will be added on system startup. To
memory device. Refer to <xref linkend="disks-virtual"/> enable the swap file immediately, specify a free memory
for more information about memory devices.</para> 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> <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> </step>
@ -3313,35 +3314,35 @@ acpi_dsdt_name="/boot/DSDT.aml"</programlisting>
<sect2 xml:id="ACPI-submitdebug"> <sect2 xml:id="ACPI-submitdebug">
<info> <info>
<title>Getting and Submitting Debugging Info</title> <title>Getting and Submitting Debugging Info</title>
<authorgroup> <authorgroup>
<author> <author>
<personname> <personname>
<firstname>Nate</firstname> <firstname>Nate</firstname>
<surname>Lawson</surname> <surname>Lawson</surname>
</personname> </personname>
<contrib>Written by </contrib> <contrib>Written by </contrib>
</author> </author>
</authorgroup> </authorgroup>
<authorgroup> <authorgroup>
<author> <author>
<personname> <personname>
<firstname>Peter</firstname> <firstname>Peter</firstname>
<surname>Schultz</surname> <surname>Schultz</surname>
</personname> </personname>
<contrib>With contributions from </contrib> <contrib>With contributions from </contrib>
</author> </author>
<author> <author>
<personname> <personname>
<firstname>Tom</firstname> <firstname>Tom</firstname>
<surname>Rhodes</surname> <surname>Rhodes</surname>
</personname> </personname>
</author> </author>
</authorgroup> </authorgroup>
</info> </info>
<indexterm> <indexterm>
<primary>ACPI</primary> <primary>ACPI</primary>