diff --git a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml index bb823fd6cf..33e7f072c5 100644 --- a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml @@ -1,7 +1,7 @@ @@ -1372,7 +1372,7 @@ hostname myclient.mydomain serial card in your computer. You should read the FreeBSD Serial + url="http://www.FreeBSD.org/tutorials">FreeBSD Serial Hardware tutorial for a detailed understanding of serial devices, and the differences between asynchronous and synchronous serial ports. @@ -3029,9 +3029,9 @@ dhcp_flags="" 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 - www.freebsd.org + www.FreeBSD.org will receive a reply with the IP address of The FreeBSD Project's - web server, whereas, a query for ftp.freebsd.org + web server, whereas, a query for ftp.FreeBSD.org 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="" - When one queries for www.freebsd.org, the + When one queries for www.FreeBSD.org, 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 @ It is a good idea to subscribe to CERT and - freebsd-announce + freebsd-announce to stay up to date with the current Internet and FreeBSD security issues.