- Typo fixes
PR: docs/149125 Submitted by: olgeni
This commit is contained in:
parent
39f04b6eb6
commit
5146d188f3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=36141
1 changed files with 5 additions and 5 deletions
|
@ -2197,7 +2197,7 @@
|
||||||
must be used. PAE stands for Physical Address Extension
|
must be used. PAE stands for Physical Address Extension
|
||||||
and is a way for 32-bit x86 CPUs to address more than
|
and is a way for 32-bit x86 CPUs to address more than
|
||||||
4 GB of memory. It remaps the memory that would
|
4 GB of memory. It remaps the memory that would
|
||||||
otherwise be overlayed by address reservations for
|
otherwise be overlaid by address reservations for
|
||||||
hardware devices above the 4 GB range and uses it as
|
hardware devices above the 4 GB range and uses it as
|
||||||
additional physical memory (see &man.pae.4;). Using PAE
|
additional physical memory (see &man.pae.4;). Using PAE
|
||||||
has some drawbacks; this mode of memory access is a little
|
has some drawbacks; this mode of memory access is a little
|
||||||
|
@ -4085,7 +4085,7 @@ kern.timecounter.hardware: TSC -> i8254</screen>
|
||||||
|
|
||||||
<answer>
|
<answer>
|
||||||
<para>An answer for this question can be found in the &os;
|
<para>An answer for this question can be found in the &os;
|
||||||
Glosssary, see <ulink
|
Glossary, see <ulink
|
||||||
url="&url.books.handbook;/freebsd-glossary.html#LOR-GLOSSARY">LOR</ulink>.
|
url="&url.books.handbook;/freebsd-glossary.html#LOR-GLOSSARY">LOR</ulink>.
|
||||||
</para>
|
</para>
|
||||||
</answer>
|
</answer>
|
||||||
|
@ -9069,7 +9069,7 @@ deny pred1 deflate deflate24 protocomp acfcomp shortseq vj</programlisting>
|
||||||
|
|
||||||
<para>Care should be taken with this option. You should also
|
<para>Care should be taken with this option. You should also
|
||||||
use this command to limit the amount of time that
|
use this command to limit the amount of time that
|
||||||
&man.ppp.8; waits for the peer to begin negotations:</para>
|
&man.ppp.8; waits for the peer to begin negotiations:</para>
|
||||||
|
|
||||||
<programlisting>set stopped <replaceable>N</replaceable></programlisting>
|
<programlisting>set stopped <replaceable>N</replaceable></programlisting>
|
||||||
|
|
||||||
|
@ -9467,7 +9467,7 @@ ATDT1234567</programlisting>
|
||||||
<quote>special cases</quote> can be found in
|
<quote>special cases</quote> can be found in
|
||||||
<filename>/usr/src/sys/netinet/libalias/alias_*.c</filename>
|
<filename>/usr/src/sys/netinet/libalias/alias_*.c</filename>
|
||||||
(<filename>alias_ftp.c</filename> is a good prototype).
|
(<filename>alias_ftp.c</filename> is a good prototype).
|
||||||
This usually involves reading certain recognised
|
This usually involves reading certain recognized
|
||||||
outgoing packets, identifying the instruction that tells
|
outgoing packets, identifying the instruction that tells
|
||||||
the outside machine to initiate a connection back to the
|
the outside machine to initiate a connection back to the
|
||||||
internal machine on a specific (random) port and setting
|
internal machine on a specific (random) port and setting
|
||||||
|
@ -10148,7 +10148,7 @@ hint.sio.7.irq="12"</programlisting>
|
||||||
<para>However, the permissions on <filename>bar</filename>
|
<para>However, the permissions on <filename>bar</filename>
|
||||||
will not have changed.</para>
|
will not have changed.</para>
|
||||||
|
|
||||||
<para>When changing modes of the file hiearchies rooted in the
|
<para>When changing modes of the file hierarchies rooted in the
|
||||||
files instead of the files themselves,
|
files instead of the files themselves,
|
||||||
you have to use either <option>-H</option> or
|
you have to use either <option>-H</option> or
|
||||||
<option>-L</option> together with the <option>-R</option>
|
<option>-L</option> together with the <option>-R</option>
|
||||||
|
|
Loading…
Reference in a new issue