Fixed word doubling typo.
This commit is contained in:
parent
73e2ee8aa9
commit
e097e09cb4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9810
3 changed files with 6 additions and 6 deletions
|
@ -27,7 +27,7 @@
|
|||
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml,v 1.22 2001/06/23 06:57:00 dd Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml,v 1.23 2001/07/05 08:47:55 dd Exp $
|
||||
-->
|
||||
|
||||
<chapter id="sgml-markup">
|
||||
|
@ -1906,7 +1906,7 @@ This is the file called 'foo2'</screen>
|
|||
(which can also be expressed as <hostid
|
||||
role="netmask">0xffffffff</hostid>.</para>
|
||||
|
||||
<para>The MAC address uniquely identifies every network card in
|
||||
<para>The MAC address uniquely identifies every network card
|
||||
in existence. A typical MAC address looks like <hostid
|
||||
role="mac">08:00:20:87:ef:d0</hostid>.</para>]]></programlisting>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.47 2001/06/28 14:49:04 nik Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.48 2001/06/28 18:37:43 nik Exp $
|
||||
-->
|
||||
|
||||
<chapter id="kernelconfig">
|
||||
|
@ -197,7 +197,7 @@
|
|||
</itemizedlist>
|
||||
|
||||
<procedure>
|
||||
<title>Procedure 1. Building a kernel the the <quote>traditional</quote> way</title>
|
||||
<title>Procedure 1. Building a kernel the <quote>traditional</quote> way</title>
|
||||
|
||||
<step>
|
||||
<para>Run &man.config.8; to generate the kernel source code.</para>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml,v 1.54 2001/06/30 14:31:14 murray Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml,v 1.55 2001/07/06 13:03:05 dd Exp $
|
||||
-->
|
||||
|
||||
<chapter id="security">
|
||||
|
@ -136,7 +136,7 @@
|
|||
root-run server and be able to break root over a network
|
||||
connection to that server, or the attacker may know of a bug in
|
||||
an suid-root program that allows the attacker to break root once
|
||||
he has broken into a user's account. If an attacker has found a
|
||||
he has broken into a user's account. If an attacker has found
|
||||
a way to break root on a machine, the attacker may not have a need
|
||||
to install a backdoor. Many of the root holes
|
||||
found and closed to date involve a considerable amount of work
|
||||
|
|
Loading…
Reference in a new issue