Add missing ')'.
This commit is contained in:
parent
4ab81c58e7
commit
4915911504
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7805
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.33 2000/08/05 16:31:35 marko Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.34 2000/08/05 16:43:55 marko Exp $
|
||||
-->
|
||||
|
||||
<chapter id="kernelconfig">
|
||||
|
@ -892,7 +892,7 @@ pseudo-device loop # Network loopback</programlisting>
|
|||
|
||||
<para>This is the generic loopback device for TCP/IP. If you telnet
|
||||
or FTP to <hostid>localhost</hostid> (a.k.a., <hostid
|
||||
role="ipaddr">127.0.0.1</hostid> it will come back at you through
|
||||
role="ipaddr">127.0.0.1</hostid>) it will come back at you through
|
||||
this pseudo-device. This is <emphasis>mandatory</emphasis>.</para>
|
||||
|
||||
<programlisting>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.33 2000/08/05 16:31:35 marko Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.34 2000/08/05 16:43:55 marko Exp $
|
||||
-->
|
||||
|
||||
<chapter id="kernelconfig">
|
||||
|
@ -892,7 +892,7 @@ pseudo-device loop # Network loopback</programlisting>
|
|||
|
||||
<para>This is the generic loopback device for TCP/IP. If you telnet
|
||||
or FTP to <hostid>localhost</hostid> (a.k.a., <hostid
|
||||
role="ipaddr">127.0.0.1</hostid> it will come back at you through
|
||||
role="ipaddr">127.0.0.1</hostid>) it will come back at you through
|
||||
this pseudo-device. This is <emphasis>mandatory</emphasis>.</para>
|
||||
|
||||
<programlisting>
|
||||
|
|
Loading…
Reference in a new issue