summaryrefslogtreecommitdiff
path: root/doc/misc/rcirc.texi
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2022-07-01 10:50:19 +0200
committerPhilip Kaludercic <philipk@posteo.net>2022-07-02 08:27:01 +0200
commit09444b5fc4d9703eddd227df192603fd03b45577 (patch)
treee1bc79549950dde716d6203c075c53b20540767a /doc/misc/rcirc.texi
parent2b1cf5aff41f946b64abeb2ec4eea9d243880501 (diff)
downloademacs-09444b5fc4d9703eddd227df192603fd03b45577.tar.gz
emacs-09444b5fc4d9703eddd227df192603fd03b45577.tar.bz2
emacs-09444b5fc4d9703eddd227df192603fd03b45577.zip
Improve rcirc's CertFP documentation
* doc/misc/rcirc.texi: Clarify meaning of key and password * lisp/net/rcirc.el (rcirc-authinfo): Add example
Diffstat (limited to 'doc/misc/rcirc.texi')
-rw-r--r--doc/misc/rcirc.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/rcirc.texi b/doc/misc/rcirc.texi
index 8253e404084..8c798d6c33b 100644
--- a/doc/misc/rcirc.texi
+++ b/doc/misc/rcirc.texi
@@ -639,9 +639,9 @@ password to use.
@item certfp
@cindex certfp authentication
Use this symbol if you want to use CertFP authentication. The
-necessary arguments are the path to the client certificate key and
-password. The CertFP authentication requires a @acronym{TLS}
-connection.
+necessary arguments are the path to the key and to the client
+certificate associated with the account. The CertFP authentication
+requires a @acronym{TLS} connection.
@end table