diff options
| author | Lars Ingebrigtsen | 2019-07-10 01:18:39 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-07-10 01:18:39 +0200 |
| commit | f55b5e9998bf995e02208fcfd033b5009ea123a7 (patch) | |
| tree | 7a4e6358bf736248471524c408aec3d3b5318c3d /doc | |
| parent | 7d8e759c09b90656e0ac3c5e62a98fa27cb21d86 (diff) | |
| download | emacs-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')
| -rw-r--r-- | doc/misc/auth.texi | 3 |
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 | ||
| 99 | The @code{machine} is the server (either a DNS name or an IP address). | 99 | The @code{machine} is the server (either a DNS name or an IP address). |
| 100 | It's known as @var{:host} in @code{auth-source-search} queries. You | 100 | It's known as @var{:host} in @code{auth-source-search} queries. |
| 101 | can also use @code{host}. | ||
| 102 | 101 | ||
| 103 | The @code{port} is the connection port or protocol. It's known as | 102 | The @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. |