Argh, forgot this in my last commit.
freebsd.org -> FreeBSD.org
This commit is contained in:
parent
7c6fc33233
commit
1de28e1e1d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10312
1 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.78 2001/08/10 22:58:09 chern Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.79 2001/08/11 20:27:42 jim Exp $
|
||||
-->
|
||||
|
||||
<chapter id="advanced-networking">
|
||||
|
@ -1372,7 +1372,7 @@ hostname myclient.mydomain</programlisting>
|
|||
serial card in your computer.</para>
|
||||
|
||||
<para>You should read the <ulink
|
||||
url="http://www.freebsd.org/tutorials">FreeBSD Serial
|
||||
url="http://www.FreeBSD.org/tutorials">FreeBSD Serial
|
||||
Hardware</ulink> tutorial for a detailed understanding of
|
||||
serial devices, and the differences between asynchronous and
|
||||
synchronous serial ports.</para>
|
||||
|
@ -3029,9 +3029,9 @@ dhcp_flags=""</programlisting>
|
|||
Internet Name Domain), which is the most common implementation of the
|
||||
DNS protocol. DNS is the protocol through which names are mapped to
|
||||
IP addresses, and vice versa. For example, a query for
|
||||
<hostid>www.freebsd.org</hostid>
|
||||
<hostid>www.FreeBSD.org</hostid>
|
||||
will receive a reply with the IP address of The FreeBSD Project's
|
||||
web server, whereas, a query for <hostid>ftp.freebsd.org</hostid>
|
||||
web server, whereas, a query for <hostid>ftp.FreeBSD.org</hostid>
|
||||
will return the IP
|
||||
address of the corresponding FTP machine. Likewise, the opposite can
|
||||
happen. A query for an IP address can resolve its hostname. It is
|
||||
|
@ -3210,7 +3210,7 @@ dhcp_flags=""</programlisting>
|
|||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>When one queries for <hostid>www.freebsd.org</hostid>, the
|
||||
<para>When one queries for <hostid>www.FreeBSD.org</hostid>, the
|
||||
resolver usually queries the uplink ISP's name server, and retrieves
|
||||
the reply. With a local, caching DNS server, the query only has to
|
||||
be made once to the outside world by the caching DNS server. Every
|
||||
|
@ -3852,7 +3852,7 @@ www IN CNAME @</programlisting>
|
|||
<para>
|
||||
It is a good idea to subscribe to <ulink
|
||||
url="http://www.cert.org">CERT</ulink> and
|
||||
<ulink url="http://www.freebsd.org/handbook/eresources.html#ERESOURCES-MAIL">freebsd-announce</ulink>
|
||||
<ulink url="http://www.FreeBSD.org/handbook/eresources.html#ERESOURCES-MAIL">freebsd-announce</ulink>
|
||||
to stay up to date with the current Internet and FreeBSD security
|
||||
issues.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue