]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
doc/auth-protocol.txt: fixed encoding failure.
authorPascal Volk <user@localhost.localdomain.org>
Sun, 27 Jun 2010 17:15:45 +0000 (17:15 +0000)
committerPascal Volk <user@localhost.localdomain.org>
Sun, 27 Jun 2010 17:15:45 +0000 (17:15 +0000)
--HG--
branch : HEAD

doc/auth-protocol.txt

index 00201392fce8fea146198fb6fb087476d452aa41..c7a0f1c76119592ffeb91294cc64dc0abfe2aef8 100644 (file)
@@ -89,7 +89,7 @@ Mechanisms may have parameters giving some details about them:
 Authentication Request
 ----------------------
 
- C: "AUTH" TAB <id> TAB <mechanism> TAB service=<service> [TAB <parameters>]
+ C: "AUTH" TAB <id> TAB <mechanism> TAB service=<service> [TAB <parameters>]
 
  S1: "FAIL" TAB <id> [TAB <parameters>]
  S2: "CONT" TAB <id> TAB <base64 data>