>From a31664dc8f9f6515083d1e207407eba90344e7d0 Mon Sep 17 00:00:00 2001 From: "F. Jason Park" Date: Wed, 30 Nov 2022 23:10:58 -0800 Subject: [PATCH] ; * doc/misc/erc.texi: Fix SASL typo and example. --- doc/misc/erc.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/misc/erc.texi b/doc/misc/erc.texi index a8d1dd7823..2ed3065ad9 100644 --- a/doc/misc/erc.texi +++ b/doc/misc/erc.texi @@ -1057,8 +1057,8 @@ SASL You can also set this to a nonemtpy string, and ERC will send that when needed, no questions asked. Or, if you'd rather use auth-source, set @code{erc-sasl-auth-source-function} to a function, and ERC will -perform an auth-source query instead. As last resort in all cases, -ERC will prompt you for input. +perform an auth-source query instead. In all cases, ERC will prompt +you for input as a last resort. Lastly, if your mechanism is @code{ecdsa-nist256p-challenge}, this option should instead hold the file name of your key. @@ -1137,7 +1137,7 @@ SASL machine irc.libera.chat key /home/aph/my.key cert /home/aph/my.crt machine Example.Net login alyssa password sEcReT -machine Example.Net login aph-bot password sesame +machine irc.example.net login aph-bot password sesame @end example @lisp -- 2.38.1