diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml
index 1130f3784b..30db518da6 100644
--- a/en_US.ISO8859-1/books/faq/book.sgml
+++ b/en_US.ISO8859-1/books/faq/book.sgml
@@ -3662,7 +3662,8 @@ chip1@pci0:31:5: class=0x040100 card=0x00931028 chip=0x24158086 rev=0x02
The problem: more likely than not, the delay is caused by
the server software trying to resolve the client's IP address
- into a hostname. Many servers, including the Telnet and SSH
+ into a hostname. Many servers, including the
+ Telnet and SSH
servers that come with FreeBSD, do this in order to, among
other things, store the hostname in a log file for future
reference by the administrator.
@@ -3694,12 +3695,12 @@ chip1@pci0:31:5: class=0x040100 card=0x00931028 chip=0x24158086 rev=0x02
that domain and nameserver information is missing from
/etc/resolv.conf. This will often cause
a delay in SSH, as the option
- UseDNS
is set to yes
by default
+ UseDNS is set to yes by default
in the sshd_config file in
/etc/ssh. If this is causing the
problem, you will either need to fill in the missing information
- in /etc/resolv.conf or set UseDNS
- to no
in sshd_config
+ in /etc/resolv.conf or set UseDNS
+ to no in sshd_config
as a temporary workaround.