Small markup fixes I just noticed, mostly use of literal double

quotes where \q{} would be better.

[originally from svn r5562]
This commit is contained in:
Simon Tatham 2005-03-29 14:24:14 +00:00
Родитель 4fa2049108
Коммит a34ab9bfc9
3 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@ -839,13 +839,13 @@ default cipher differs from many other clients.)
\e{OpenSSH 3.1p1:} configurations known to be broken (and symptoms): \e{OpenSSH 3.1p1:} configurations known to be broken (and symptoms):
\b SSH-2 with AES cipher (PuTTY says "Assertion failed! Expression: \b SSH-2 with AES cipher (PuTTY says \q{Assertion failed! Expression:
(len & 15) == 0" in sshaes.c, or "Out of memory", or crashes) (len & 15) == 0} in \cw{sshaes.c}, or \q{Out of memory}, or crashes)
\b SSH-2 with 3DES (PuTTY says "Incorrect MAC received on packet") \b SSH-2 with 3DES (PuTTY says \q{Incorrect MAC received on packet})
\b SSH-1 with Blowfish (PuTTY says "Incorrect CRC received on \b SSH-1 with Blowfish (PuTTY says \q{Incorrect CRC received on
packet") packet})
\b SSH-1 with 3DES \b SSH-1 with 3DES
@ -857,8 +857,8 @@ bug 138 above, or use another cipher (e.g., 3DES) instead.
and workarounds with older versions of OpenSSH, although it's not and workarounds with older versions of OpenSSH, although it's not
clear the underlying cause is the same. clear the underlying cause is the same.
\S{faq-ssh2key-ssh1conn}{Question} Why do I see "Couldn't load private \S{faq-ssh2key-ssh1conn}{Question} Why do I see \q{Couldn't load
key from ..."? Why can PuTTYgen load my key but not PuTTY? private key from ...}? Why can PuTTYgen load my key but not PuTTY?
It's likely that you've generated an SSH protocol 2 key with PuTTYgen, It's likely that you've generated an SSH protocol 2 key with PuTTYgen,
but you're trying to use it in an SSH-1 connection. SSH-1 and SSH-2 keys but you're trying to use it in an SSH-1 connection. SSH-1 and SSH-2 keys

Просмотреть файл

@ -141,8 +141,8 @@ report a bug to us, it is useful if you include some general
information: information:
\b Tell us what version of PuTTY you are running. To find this out, \b Tell us what version of PuTTY you are running. To find this out,
use the "About PuTTY" option from the System menu. Please \e{do not} use the \q{About PuTTY} option from the System menu. Please \e{do
just tell us \q{I'm running the latest version}; e-mail can be not} just tell us \q{I'm running the latest version}; e-mail can be
delayed and it may not be obvious which version was the latest at delayed and it may not be obvious which version was the latest at
the time you sent the message. the time you sent the message.

Просмотреть файл

@ -10,7 +10,7 @@ Justin Bradford, Ben Harris, Malcolm Smith, Markus Kuhn, and CORE SDI S.A.
Permission is hereby granted, free of charge, to any person Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation files obtaining a copy of this software and associated documentation files
(the "Software"), to deal in the Software without restriction, (the \q{Software}), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software, publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so, and to permit persons to whom the Software is furnished to do so,
@ -19,7 +19,7 @@ subject to the following conditions:
The above copyright notice and this permission notice shall be The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software. included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, THE SOFTWARE IS PROVIDED \q{AS IS}, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE NONINFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE