View | Details | Raw Unified | Return to bug 187241
Collapse All | Expand All

(-)en_US.ISO8859-1/books/dev-model/book.xml (-1 / +1 lines)
Lines 1637-1643 Link Here
1637
                <para>
1637
                <para>
1638
                    As the requests are prioritised by the individual developers on
1638
                    As the requests are prioritised by the individual developers on
1639
                    the basis of doing what they find interesting, necessary or are
1639
                    the basis of doing what they find interesting, necessary or are
1640
                    funded to do, there is no overall strategy or priorisation of
1640
                    funded to do, there is no overall strategy or prioritisation of
1641
                    what requests to regard as requirements and following up their
1641
                    what requests to regard as requirements and following up their
1642
                    correct implementation. However, most developers have some
1642
                    correct implementation. However, most developers have some
1643
                    shared vision of what issues are more important, and they can
1643
                    shared vision of what issues are more important, and they can
(-)en_US.ISO8859-1/books/faq/book.xml (-2 / +2 lines)
Lines 1559-1565 Link Here
1559
1559
1560
	  <answer>
1560
	  <answer>
1561
	    <para>Microcode is a method of programmatically
1561
	    <para>Microcode is a method of programmatically
1562
	      implementating hardware level instructions.  This allows
1562
	      implementing hardware level instructions.  This allows
1563
	      for CPU bugs to be fixed without replacing the on board chip.</para>
1563
	      for CPU bugs to be fixed without replacing the on board chip.</para>
1564
1564
1565
	    <para>Install <package>sysutils/devcpu-data</package>,
1565
	    <para>Install <package>sysutils/devcpu-data</package>,
Lines 2960-2966 Link Here
2960
2960
2961
	  <para>Long answer:  Soft Updates has two
2961
	  <para>Long answer:  Soft Updates has two
2962
	    characteristics that may be undesirable on certain
2962
	    characteristics that may be undesirable on certain
2963
	    paritions.  First, a Soft Updates
2963
	    partitions.  First, a Soft Updates
2964
	    partition has a small chance of losing data during a system
2964
	    partition has a small chance of losing data during a system
2965
	    crash.  (The partition will not be corrupted; the data will
2965
	    crash.  (The partition will not be corrupted; the data will
2966
	    simply be lost.)  Second, Soft Updates can cause temporary
2966
	    simply be lost.)  Second, Soft Updates can cause temporary
(-)en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml (-1 / +1 lines)
Lines 959-965 Link Here
959
	<link linkend="xml-primer-xml-escape">XML
959
	<link linkend="xml-primer-xml-escape">XML
960
	  context</link>.</para>
960
	  context</link>.</para>
961
961
962
      <para>Parameter entity definitons are similar to those for
962
      <para>Parameter entity definitions are similar to those for
963
	general entities.  However, parameter entries are included
963
	general entities.  However, parameter entries are included
964
	with
964
	with
965
	<literal>%<replaceable>entity-name</replaceable>;</literal>.
965
	<literal>%<replaceable>entity-name</replaceable>;</literal>.
(-)en_US.ISO8859-1/books/handbook/disks/chapter.xml (-1 / +1 lines)
Lines 3215-3221 Link Here
3215
3215
3216
    <para>Swap partitions are not encrypted by default and should
3216
    <para>Swap partitions are not encrypted by default and should
3217
      be cleared of any sensitive data before continuing.  To
3217
      be cleared of any sensitive data before continuing.  To
3218
      overwrite the current swap parition with random garbage,
3218
      overwrite the current swap partition with random garbage,
3219
      execute the following command:</para>
3219
      execute the following command:</para>
3220
3220
3221
    <screen>&prompt.root; <userinput>dd if=/dev/random of=/dev/ad0s1b bs=1m</userinput></screen>
3221
    <screen>&prompt.root; <userinput>dd if=/dev/random of=/dev/ad0s1b bs=1m</userinput></screen>
(-)en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml (-1 / +1 lines)
Lines 81-87 Link Here
81
81
82
    <indexterm><primary>Ports Collection</primary></indexterm>
82
    <indexterm><primary>Ports Collection</primary></indexterm>
83
83
84
    <para>&linux; libararies are not installed on &os; by default
84
    <para>&linux; libraries are not installed on &os; by default
85
      and &linux; binary compatibility is not enabled by default.
85
      and &linux; binary compatibility is not enabled by default.
86
      &linux; libraries can be installed using the &os; Ports
86
      &linux; libraries can be installed using the &os; Ports
87
      Collection.  Alternately, &linux; libraries can be installed
87
      Collection.  Alternately, &linux; libraries can be installed
(-)en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml (-1 / +1 lines)
Lines 2627-2633 Link Here
2627
	<para>When specific versions or specific major and minor
2627
	<para>When specific versions or specific major and minor
2628
	  revisions of a distfile should be checked.  For example, if
2628
	  revisions of a distfile should be checked.  For example, if
2629
	  only version <replaceable>0.6.4</replaceable> should be
2629
	  only version <replaceable>0.6.4</replaceable> should be
2630
	  monitored because newer versions have compatablity issues
2630
	  monitored because newer versions have compatibility issues
2631
	  with &os;, add:</para>
2631
	  with &os;, add:</para>
2632
2632
2633
	<programlisting>PORTSCOUT=	limit:^0\.6\.4</programlisting>
2633
	<programlisting>PORTSCOUT=	limit:^0\.6\.4</programlisting>

Return to bug 187241