Simplify some language.

Translators may ignore.

Approved by:	bcr (mentor)
This commit is contained in:
Eitan Adler 2013-01-27 12:51:10 +00:00
parent eed9f0e751
commit 0152b17c7e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40762

View file

@ -524,7 +524,7 @@
on average. Release dates are announced well in advance, so on average. Release dates are announced well in advance, so
that the people working on the system know when their that the people working on the system know when their
projects need to be finished and tested. A testing period projects need to be finished and tested. A testing period
precedes each release, in order to ensure that the addition precedes each release, to ensure that the addition
of new features does not compromise the stability of the of new features does not compromise the stability of the
release. Many users regard this caution as one of the best release. Many users regard this caution as one of the best
things about &os;, even though waiting for all the latest things about &os;, even though waiting for all the latest
@ -1099,7 +1099,7 @@
url="http://www.BSDCertification.org">their site</ulink>.</para> url="http://www.BSDCertification.org">their site</ulink>.</para>
<para>Any other organizations providing training and support <para>Any other organizations providing training and support
should contact the Project in order to be listed here.</para> should contact the Project to be listed here.</para>
</answer> </answer>
</qandaentry> </qandaentry>
</qandaset> </qandaset>
@ -1272,7 +1272,7 @@
<qandaentry> <qandaentry>
<question id="need-to-run"> <question id="need-to-run">
<para>What do I need in order to run &os;?</para> <para>What do I need to run &os;?</para>
</question> </question>
<answer> <answer>
@ -2546,7 +2546,7 @@ bindkey ^[[3~ delete-char # for xterm</programlisting>
address into a hostname. Many servers, including the address into a hostname. Many servers, including the
<application>Telnet</application> and <application>Telnet</application> and
<application>SSH</application> servers that come with &os;, <application>SSH</application> servers that come with &os;,
do this in order to, among other things, store the hostname do this to store the hostname
in a log file for future reference by the in a log file for future reference by the
administrator.</para> administrator.</para>
@ -3018,7 +3018,7 @@ kern.timecounter.hardware: TSC -&gt; i8254</screen>
<para>The existing implementation is our best effort at <para>The existing implementation is our best effort at
meeting as many of these requirements simultaneously as we meeting as many of these requirements simultaneously as we
can. In order to keep <command>/bin/sh</command> small, can. To keep <command>/bin/sh</command> small,
we have not provided many of the convenience features that we have not provided many of the convenience features that
other shells have. That is why other more other shells have. That is why other more
featureful shells like featureful shells like
@ -4225,8 +4225,8 @@ C:\="DOS"</programlisting>
<answer> <answer>
<para>This could happen because the pool is 100% full. <para>This could happen because the pool is 100% full.
ZFS requires space on the disk in order to write ZFS requires space on the disk to write
transaction metadata. In order to restore the pool transaction metadata. To restore the pool
to a usable state, truncate a file you want to to a usable state, truncate a file you want to
delete.</para> delete.</para>
@ -4377,7 +4377,7 @@ C:\="DOS"</programlisting>
</question> </question>
<answer> <answer>
<para>This is a security feature. In order to <para>This is a security feature. To
<command>su</command> to <username>root</username> (or any <command>su</command> to <username>root</username> (or any
other account with superuser privileges), you must be in the other account with superuser privileges), you must be in the
<groupname>wheel</groupname> group. If this feature were <groupname>wheel</groupname> group. If this feature were
@ -5189,7 +5189,7 @@ options SYSVMSG # enable for messaging</programlisting>
<answer> <answer>
<para>If you are using &man.syscons.4; (the default console <para>If you are using &man.syscons.4; (the default console
driver), you can configure &os; to support a mouse pointer on driver), you can configure &os; to support a mouse pointer on
each virtual screen. In order to avoid conflicting with X, each virtual screen. To avoid conflicting with X,
&man.syscons.4; supports a virtual device called &man.syscons.4; supports a virtual device called
<devicename>/dev/sysmouse</devicename>. All mouse events <devicename>/dev/sysmouse</devicename>. All mouse events
received from the real mouse device are written to the received from the real mouse device are written to the
@ -7076,7 +7076,7 @@ CCP: Received Terminate Ack (1) state = Req-Sent (6)</programlisting>
</question> </question>
<answer> <answer>
<para>In order to log all lines of your modem <para>To log all lines of your modem
<quote>conversation</quote>, you must enable the <quote>conversation</quote>, you must enable the
following:</para> following:</para>
@ -7113,12 +7113,12 @@ CCP: Received Terminate Ack (1) state = Req-Sent (6)</programlisting>
line in your config files so that it can interpret strings line in your config files so that it can interpret strings
such as <literal>set phone "123 456 789"</literal> correctly such as <literal>set phone "123 456 789"</literal> correctly
and realize that the number is actually only and realize that the number is actually only
<emphasis>one</emphasis> argument. In order to specify a <emphasis>one</emphasis> argument. To specify a
<literal>&quot;</literal> character, you must escape it <literal>&quot;</literal> character, you must escape it
using a backslash (<literal>\</literal>).</para> using a backslash (<literal>\</literal>).</para>
<para>When the chat interpreter parses each argument, it <para>When the chat interpreter parses each argument, it
re-interprets the argument in order to find any special re-interprets the argument to find any special
escape sequences such as <literal>\P</literal> or escape sequences such as <literal>\P</literal> or
<literal>\T</literal> (see the manual page). As a result of <literal>\T</literal> (see the manual page). As a result of
this double-parsing, you must remember to use the correct this double-parsing, you must remember to use the correct
@ -8560,10 +8560,10 @@ panic: page fault</programlisting>
capture all of them. Using the unstripped kernel image with capture all of them. Using the unstripped kernel image with
all the debug symbols should show the exact line of kernel all the debug symbols should show the exact line of kernel
source code where the panic occurred. Usually you have to source code where the panic occurred. Usually you have to
read the stack trace from the bottom up in order to trace read the stack trace from the bottom up to trace
the exact sequence of events that lead to the crash. You the exact sequence of events that lead to the crash. You
can also use &man.kgdb.1; to print out the contents of can also use &man.kgdb.1; to print out the contents of
various variables or structures in order to examine the various variables or structures to examine the
system state at the time of the crash.</para> system state at the time of the crash.</para>
<tip> <tip>