Index the complete PuTTY manual.
[sgt/putty] / doc / errors.but
index d1352ee..bc352ce 100644 (file)
@@ -1,6 +1,6 @@
 \define{versioniderrors} \versionid $Id$
 
-\C{errors} Common error messages
+\C{errors} Common \i{error messages}
 
 This chapter lists a number of common error messages which PuTTY and
 its associated tools can produce, and explains what they mean in
@@ -30,7 +30,7 @@ asking the machine's administrator.
 If you see this message and you know that your installation of PuTTY
 \e{has} connected to the same server before, it may have been
 recently upgraded to SSH protocol version 2. SSH protocols 1 and 2
-use separate host keys, so when you first use SSH-2 with a server
+use separate host keys, so when you first use \i{SSH-2} with a server
 you have only used SSH-1 with before, you will see this message
 again. You should verify the correctness of the key as before.
 
@@ -61,7 +61,7 @@ See \k{gs-hostkey} for more information on host keys.
 \H{errors-portfwd-space} \q{Out of space for port forwardings}
 
 PuTTY has a fixed-size buffer which it uses to store the details of
-all port forwardings you have set up in an SSH session. If you
+all \i{port forwardings} you have set up in an SSH session. If you
 specify too many port forwardings on the PuTTY or Plink command line
 and this buffer becomes full, you will see this error message.
 
@@ -74,14 +74,14 @@ this, let us know and we'll move it up our priority list.
 
 This occurs when the SSH server does not offer any ciphers which you
 have configured PuTTY to consider strong enough. By default, PuTTY
-puts up this warning only for single-DES encryption.
+puts up this warning only for \ii{single-DES} encryption.
 
 See \k{config-ssh-encryption} for more information on this message.
 
 \H{errors-toomanyauth} \q{Server sent disconnect message type 2
 (SSH_DISCONNECT_PROTOCOL_ERROR): "Too many authentication failures for root"}
 
-This message is produced by an OpenSSH (or Sun SSH) server if it
+This message is produced by an \i{OpenSSH} (or \i{Sun SSH}) server if it
 receives more failed authentication attempts than it is willing to
 tolerate.  This can easily happen if you are using Pageant and have a
 large number of keys loaded into it.  This can be worked around on the
@@ -90,7 +90,7 @@ increasing \c{MaxAuthTries} in \c{sshd_config}.  Neither of these is a
 really satisfactory solution, and we hope to provide a better one in a
 future version of PuTTY.
 
-\H{errors-memory} \q{Out of memory}
+\H{errors-memory} \q{\ii{Out of memory}}
 
 This occurs when PuTTY tries to allocate more memory than the system
 can give it. This \e{may} happen for genuine reasons: if the
@@ -110,17 +110,17 @@ memory} error.
 
 This can happen in SSH-2, if PuTTY and the server have not enabled
 encryption in the same way (see \k{faq-outofmem} in the FAQ). Some
-versions of OpenSSH have a known problem with this: see
+versions of \i{OpenSSH} have a known problem with this: see
 \k{faq-openssh-bad-openssl}.
 
-This can also happen in PSCP or PSFTP, if your login scripts on the
+This can also happen in PSCP or PSFTP, if your \i{login scripts} on the
 server generate output: the client program will be expecting an SFTP
 message starting with a length, and if it receives some text from
 your login scripts instead it will try to interpret them as a
 message length. See \k{faq-outofmem2} for details of this.
 
-\H{errors-internal} \q{Internal error}, \q{Internal fault},
-\q{Assertion failed}
+\H{errors-internal} \q{\ii{Internal error}}, \q{\ii{Internal fault}},
+\q{\ii{Assertion failed}}
 
 Any error beginning with the word \q{Internal} should \e{never}
 occur. If it does, there is a bug in PuTTY by definition; please see
@@ -193,7 +193,7 @@ the various strategies we use for camouflaging passwords in transit.
 Upgrade your server, or use the workarounds described in
 \k{config-ssh-bug-ignore1} and possibly \k{config-ssh-bug-plainpw1}.
 
-\H{errors-crc} \q{Incorrect CRC received on packet} or \q{Incorrect
+\H{errors-crc} \q{Incorrect \i{CRC} received on packet} or \q{Incorrect
 MAC received on packet}
 
 This error occurs when PuTTY decrypts an SSH packet and its checksum
@@ -286,7 +286,7 @@ For example, you might see it if your SSH server crashes, and
 manages to reboot fully before you next attempt to send data to it.
 
 However, the most common reason to see this message is if you are
-connecting through a firewall or a NAT router which has timed the
+connecting through a \i{firewall} or a \i{NAT router} which has timed the
 connection out. See \k{faq-idleout} in the FAQ for more details. You
 may be able to improve the situation by using keepalives; see
 \k{config-keepalive} for details on this.
@@ -317,7 +317,7 @@ Check that you have correctly entered the host name or IP address of
 your server machine. If that fails, consult the administrator of
 your server.
 
-Unix also generates this error when it tries to send data down a
+\i{Unix} also generates this error when it tries to send data down a
 connection and contact with the server has been completely lost
 during a connection. (There is a delay of minutes before Unix gives
 up on receiving a reply from the server.) This can occur if you type