Make a few small changes found by igor (capitalize titles) and other style nits.
Translators can ignore. Reviewed by: gjb Approved by: bcr
This commit is contained in:
parent
bb233c6217
commit
5458fa1873
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38625
1 changed files with 9 additions and 9 deletions
|
@ -616,7 +616,7 @@ HOME=/var/log
|
|||
automatically installed by the <command>crontab</command> command.
|
||||
</para>
|
||||
|
||||
<para>If you later want to remove your user <filename>crontab</filename>
|
||||
<para>In order to remove a user <filename>crontab</filename>
|
||||
completely, use <command>crontab</command> with the <option>-r</option>
|
||||
option.
|
||||
</para>
|
||||
|
@ -636,7 +636,7 @@ HOME=/var/log
|
|||
</authorgroup>
|
||||
</sect1info>
|
||||
|
||||
<title>Using rc under &os;</title>
|
||||
<title>Using &man.rc.8; Under &os;</title>
|
||||
|
||||
<para>In 2002 &os; integrated the NetBSD
|
||||
<filename>rc.d</filename> system for system initialization.
|
||||
|
@ -1674,7 +1674,7 @@ security.bsd.see_other_uids=0</programlisting>
|
|||
</sect1>
|
||||
|
||||
<sect1 id="configtuning-sysctl">
|
||||
<title>Tuning with sysctl</title>
|
||||
<title>Tuning with &man.sysctl.8;</title>
|
||||
|
||||
<indexterm><primary>sysctl</primary></indexterm>
|
||||
<indexterm>
|
||||
|
@ -1944,7 +1944,7 @@ device_probe_and_attach: cbb0 attach returned 12</screen>
|
|||
out of space and the update to fail.</para>
|
||||
|
||||
<sect3>
|
||||
<title>More Details about Soft Updates</title>
|
||||
<title>More Details About Soft Updates</title>
|
||||
|
||||
<indexterm>
|
||||
<primary>Soft Updates</primary>
|
||||
|
@ -2902,7 +2902,7 @@ hw.acpi.s4bios: 0</screen>
|
|||
on Linux, it is likely a &os; driver problem and narrowing down
|
||||
which driver causes the problems will help us fix the problem.
|
||||
Note that the <acronym>ACPI</acronym> maintainers do not
|
||||
usually maintain other drivers (e.g sound,
|
||||
usually maintain other drivers (e.g., sound,
|
||||
<acronym>ATA</acronym>, etc.) so any work done on tracking
|
||||
down a driver problem should probably eventually be posted
|
||||
to the &a.current.name; list and mailed to the driver
|
||||
|
@ -2922,7 +2922,7 @@ hw.acpi.s4bios: 0</screen>
|
|||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title>System Hangs (temporary or permanent)</title>
|
||||
<title>System Hangs (Temporary or Permanent)</title>
|
||||
|
||||
<para>Most system hangs are a result of lost interrupts or an
|
||||
interrupt storm. Chipsets have a lot of problems based on how
|
||||
|
@ -3082,7 +3082,7 @@ hw.acpi.s4bios: 0</screen>
|
|||
how to fix them:</para>
|
||||
|
||||
<sect3>
|
||||
<title>_OS dependencies</title>
|
||||
<title>_OS Dependencies</title>
|
||||
|
||||
<para>Some <acronym>AML</acronym> assumes the world consists of
|
||||
various &windows; versions. You can tell &os; to claim it is
|
||||
|
@ -3094,7 +3094,7 @@ hw.acpi.s4bios: 0</screen>
|
|||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title>Missing Return statements</title>
|
||||
<title>Missing Return Statements</title>
|
||||
|
||||
<para>Some methods do not explicitly return a value as the
|
||||
standard requires. While <acronym>ACPI-CA</acronym>
|
||||
|
@ -3136,7 +3136,7 @@ acpi_dsdt_name="/boot/DSDT.aml"</programlisting>
|
|||
</sect2>
|
||||
|
||||
<sect2 id="ACPI-debugoutput">
|
||||
<title>Getting Debugging Output From
|
||||
<title>Getting Debugging Output from
|
||||
<acronym>ACPI</acronym></title>
|
||||
|
||||
<indexterm>
|
||||
|
|
Loading…
Reference in a new issue