Remove a reference to the UART section in Appendix F. Point users to
the tutorial instead.
This commit is contained in:
parent
6d49e84b0b
commit
1fffa4c4ce
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9887
1 changed files with 7 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.50 2001/06/26 20:10:25 murray Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.51 2001/07/06 13:02:58 dd Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="advanced-networking">
|
<chapter id="advanced-networking">
|
||||||
|
|
@ -1258,10 +1258,11 @@ hostname myclient.mydomain</programlisting>
|
||||||
<para>The real problem with external TA's is like modems you need a good
|
<para>The real problem with external TA's is like modems you need a good
|
||||||
serial card in your computer.</para>
|
serial card in your computer.</para>
|
||||||
|
|
||||||
<para>You should read the <link linkend="uart">serial ports</link>
|
<para>You should read the <ulink
|
||||||
section in the handbook for a detailed understanding of serial
|
url="http://www.freebsd.org/tutorials">FreeBSD Serial
|
||||||
devices, and the differences between asynchronous and synchronous
|
Hardware</ulink> tutorial for a detailed understanding of
|
||||||
serial ports.</para>
|
serial devices, and the differences between asynchronous and
|
||||||
|
synchronous serial ports.</para>
|
||||||
|
|
||||||
<para>A TA running off a standard PC serial port (asynchronous) limits
|
<para>A TA running off a standard PC serial port (asynchronous) limits
|
||||||
you to 115.2Kbs, even though you have a 128Kbs connection. To fully
|
you to 115.2Kbs, even though you have a 128Kbs connection. To fully
|
||||||
|
|
@ -3094,7 +3095,7 @@ dhcp_flags=""</programlisting>
|
||||||
<sect3>
|
<sect3>
|
||||||
<title><filename>/etc/namedb/named.conf</filename></title>
|
<title><filename>/etc/namedb/named.conf</filename></title>
|
||||||
|
|
||||||
<programlisting>// $FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.50 2001/06/26 20:10:25 murray Exp $
|
<programlisting>// $FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.51 2001/07/06 13:02:58 dd Exp $
|
||||||
//
|
//
|
||||||
// Refer to the named(8) man page for details. If you are ever going
|
// Refer to the named(8) man page for details. If you are ever going
|
||||||
// to setup a primary server, make sure you've understood the hairy
|
// to setup a primary server, make sure you've understood the hairy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue