[gnus git] branch master updated: m0-11-70-g01c75b7 =1= * auth.texi (Help for users): Explain quoting rules better.

Ted <[email protected]> Sun, 02 Nov 2014 21:45:54 +0100
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  01c75b7c8e4ecbdaea6dda97b113a76c60458620 (commit)
      from  fa34413ef06821fe23bb19472096bace0f8b2083 (commit)


- Log -----------------------------------------------------------------
commit 01c75b7c8e4ecbdaea6dda97b113a76c60458620
Author: Ted Zlatanov <[email protected]>
Date:   Sun Nov 2 15:45:34 2014 -0500

    * auth.texi (Help for users): Explain quoting rules better.

diff --git a/texi/ChangeLog b/texi/ChangeLog
index 7a38f5b..ea17eb1 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,7 @@
+2014-11-02  Teodor Zlatanov  <[email protected]>
+
+	* auth.texi (Help for users): Explain quoting rules better.
+
 2014-10-25  Eric S. Raymond  <[email protected]>
 
 	* gnus-coding.texi: Neutralized language specific to a repository type.
diff --git a/texi/auth.texi b/texi/auth.texi
index 521358a..94e0871 100644
--- a/texi/auth.texi
+++ b/texi/auth.texi
@@ -106,12 +106,17 @@ The @code{user} is the user name.  It's known as @var{:user} in
 @code{auth-source-search} queries.  You can also use @code{login} and
 @code{account}.
 
-Spaces are always OK as far as auth-source is concerned (but other
-programs may not like them).  Just put the data in quotes, escaping
-quotes as you'd expect with @samp{\}.
+You can use spaces inside a password or other token by surrounding the
+token with either single or double quotes.
 
-All these are optional.  You could just say (but we don't recommend
-it, we're just showing that it's possible)
+You can use single quotes inside a password or other token by
+surrounding it with double quotes, e.g. @code{"he'llo"}. Similarly you
+can use double quotes inside a password or other token by surrounding
+it with single quotes, e.g. @code{'he"llo'}. You can't mix both (so a
+password or other token can't have both single and double quotes).
+
+All this is optional. You could just say (but we don't recommend it,
+we're just showing that it's possible)
 
 @example
 password @var{mypassword}

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 texi/ChangeLog |    4 ++++
 texi/auth.texi |   15 ++++++++++-----
 2 files changed, 14 insertions(+), 5 deletions(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project