From: Lars Ingebrigtsen Date: Tue, 9 Jul 2019 23:18:39 +0000 (+0200) Subject: auth-source does not support "host" in .netrc files X-Git-Tag: emacs-27.0.90~2025 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f55b5e9998bf995e02208fcfd033b5009ea123a7;p=emacs.git 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). --- diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi index bbb66ecab5b..850441e25d2 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.