* auth.texi (Help for users): Update for .gpg file being second.
authorTed Zlatanov <tzz@lifelogs.com>
Tue, 1 May 2012 13:57:13 +0000 (09:57 -0400)
committerTed Zlatanov <tzz@lifelogs.com>
Tue, 1 May 2012 13:57:13 +0000 (09:57 -0400)
texi/ChangeLog
texi/auth.texi

index d891706..52e11a5 100644 (file)
@@ -1,3 +1,7 @@
+2012-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * auth.texi (Help for users): Update for .gpg file being second.
+
 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * epa.texi: New file imported from Emacs.
index b787fbf..0405c55 100644 (file)
@@ -180,12 +180,15 @@ Here's a mixed example using two sources:
 @end defvar
 
 If you don't customize @code{auth-sources}, you'll have to live with
-the defaults: any host and any port are looked up in the netrc
-file @file{~/.authinfo.gpg}, which is a GnuPG encrypted file
-(@pxref{GnuPG and EasyPG Assistant Configuration}).
+the defaults: the unencrypted netrc file @file{~/.authinfo} will be
+used for any host and any post.
 
-If that fails, the unencrypted netrc files @file{~/.authinfo} and
-@file{~/.netrc} will be used.
+If that fails, any host and any port are looked up in the netrc file
+@file{~/.authinfo.gpg}, which is a GnuPG encrypted file (@pxref{GnuPG
+and EasyPG Assistant Configuration}).
+
+Finally, the unencrypted netrc file @file{~/.netrc} will be used for
+any host and any post.
 
 The typical netrc line example is without a port.