emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master f55b5e9: auth-source does not support "host" in .ne


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master f55b5e9: auth-source does not support "host" in .netrc files
Date: Tue, 9 Jul 2019 19:18:47 -0400 (EDT)

branch: master
commit f55b5e9998bf995e02208fcfd033b5009ea123a7
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    auth-source does not support "host" in .netrc files
    
    * doc/misc/auth.texi (Help for users): Remove mention of "host" in
    .netrc files, because it's not supported (bug#33826).
---
 doc/misc/auth.texi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi
index bbb66ec..850441e 100644
--- a/doc/misc/auth.texi
+++ b/doc/misc/auth.texi
@@ -97,8 +97,7 @@ machine @var{mymachine} login @var{myloginname} password 
@var{mypassword} port @
 @end example
 
 The @code{machine} is the server (either a DNS name or an IP address).
-It's known as @var{:host} in @code{auth-source-search} queries.  You
-can also use @code{host}.
+It's known as @var{:host} in @code{auth-source-search} queries.
 
 The @code{port} is the connection port or protocol.  It's known as
 @var{:port} in @code{auth-source-search} queries.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]