Fix a few typos
PR: docs/187241 Submitted by: Alex Weber <alexwebr@gmail.com> Approved by: hrs (mentor)
This commit is contained in:
parent
b453ddaee6
commit
2fb105f2e7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44164
6 changed files with 7 additions and 7 deletions
|
@ -1637,7 +1637,7 @@
|
|||
<para>
|
||||
As the requests are prioritised by the individual developers on
|
||||
the basis of doing what they find interesting, necessary or are
|
||||
funded to do, there is no overall strategy or priorisation of
|
||||
funded to do, there is no overall strategy or prioritisation of
|
||||
what requests to regard as requirements and following up their
|
||||
correct implementation. However, most developers have some
|
||||
shared vision of what issues are more important, and they can
|
||||
|
|
|
@ -1559,7 +1559,7 @@
|
|||
|
||||
<answer>
|
||||
<para>Microcode is a method of programmatically
|
||||
implementating hardware level instructions. This allows
|
||||
implementing hardware level instructions. This allows
|
||||
for CPU bugs to be fixed without replacing the on board chip.</para>
|
||||
|
||||
<para>Install <package>sysutils/devcpu-data</package>,
|
||||
|
@ -2960,7 +2960,7 @@ kern.sched.name: ULE</screen>
|
|||
|
||||
<para>Long answer: Soft Updates has two
|
||||
characteristics that may be undesirable on certain
|
||||
paritions. First, a Soft Updates
|
||||
partitions. First, a Soft Updates
|
||||
partition has a small chance of losing data during a system
|
||||
crash. (The partition will not be corrupted; the data will
|
||||
simply be lost.) Second, Soft Updates can cause temporary
|
||||
|
|
|
@ -959,7 +959,7 @@ example.xml:5: element head: validity error : Element head content does not foll
|
|||
<link linkend="xml-primer-xml-escape">XML
|
||||
context</link>.</para>
|
||||
|
||||
<para>Parameter entity definitons are similar to those for
|
||||
<para>Parameter entity definitions are similar to those for
|
||||
general entities. However, parameter entries are included
|
||||
with
|
||||
<literal>%<replaceable>entity-name</replaceable>;</literal>.
|
||||
|
|
|
@ -3215,7 +3215,7 @@ geli_da2_flags="-p -k /root/da2.key"</programlisting>
|
|||
|
||||
<para>Swap partitions are not encrypted by default and should
|
||||
be cleared of any sensitive data before continuing. To
|
||||
overwrite the current swap parition with random garbage,
|
||||
overwrite the current swap partition with random garbage,
|
||||
execute the following command:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>dd if=/dev/random of=/dev/ad0s1b bs=1m</userinput></screen>
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
|
||||
<indexterm><primary>Ports Collection</primary></indexterm>
|
||||
|
||||
<para>&linux; libararies are not installed on &os; by default
|
||||
<para>&linux; libraries are not installed on &os; by default
|
||||
and &linux; binary compatibility is not enabled by default.
|
||||
&linux; libraries can be installed using the &os; Ports
|
||||
Collection. Alternately, &linux; libraries can be installed
|
||||
|
|
|
@ -2685,7 +2685,7 @@ ALWAYS_KEEP_DISTFILES= yes
|
|||
<para>When specific versions or specific major and minor
|
||||
revisions of a distfile should be checked. For example, if
|
||||
only version <replaceable>0.6.4</replaceable> should be
|
||||
monitored because newer versions have compatablity issues
|
||||
monitored because newer versions have compatibility issues
|
||||
with &os;, add:</para>
|
||||
|
||||
<programlisting>PORTSCOUT= limit:^0\.6\.4</programlisting>
|
||||
|
|
Loading…
Reference in a new issue