aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-07-10 01:18:39 +0200
committerLars Ingebrigtsen2019-07-10 01:18:39 +0200
commitf55b5e9998bf995e02208fcfd033b5009ea123a7 (patch)
tree7a4e6358bf736248471524c408aec3d3b5318c3d /doc/misc
parent7d8e759c09b90656e0ac3c5e62a98fa27cb21d86 (diff)
downloademacs-f55b5e9998bf995e02208fcfd033b5009ea123a7.tar.gz
emacs-f55b5e9998bf995e02208fcfd033b5009ea123a7.zip
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).
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/auth.texi3
1 files changed, 1 insertions, 2 deletions
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 @
97@end example 97@end example
98 98
99The @code{machine} is the server (either a DNS name or an IP address). 99The @code{machine} is the server (either a DNS name or an IP address).
100It's known as @var{:host} in @code{auth-source-search} queries. You 100It's known as @var{:host} in @code{auth-source-search} queries.
101can also use @code{host}.
102 101
103The @code{port} is the connection port or protocol. It's known as 102The @code{port} is the connection port or protocol. It's known as
104@var{:port} in @code{auth-source-search} queries. 103@var{:port} in @code{auth-source-search} queries.