diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-14 08:43:18 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-16 19:37:07 +0200 |
commit | 63f419f1339cbd0a7d1e64586854a4f01b3f80d1 (patch) | |
tree | 80bce487ec8c4f7d8258d13a49b21cb4eb3f289b /lisp/net/nsm.el | |
parent | 36474a1e490a5eae266805a0e04615741d56692c (diff) | |
download | emacs-63f419f1339cbd0a7d1e64586854a4f01b3f80d1.tar.gz emacs-63f419f1339cbd0a7d1e64586854a4f01b3f80d1.tar.bz2 emacs-63f419f1339cbd0a7d1e64586854a4f01b3f80d1.zip |
; Minor stylistic fixes found by checkdoc
Diffstat (limited to 'lisp/net/nsm.el')
-rw-r--r-- | lisp/net/nsm.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/net/nsm.el b/lisp/net/nsm.el index 1d9ee6db86c..2ac1df1d58a 100644 --- a/lisp/net/nsm.el +++ b/lisp/net/nsm.el @@ -34,7 +34,7 @@ (defvar nsm-temporary-host-settings nil) (defgroup nsm nil - "Network Security Manager" + "Network Security Manager." :version "25.1" :group 'comm) @@ -446,8 +446,8 @@ this check has no effect on GnuTLS >= 3.2.0. Reference: -[1]: Schneier, Bruce (1996). Applied Cryptography (Second ed.). John -Wiley & Sons. ISBN 0-471-11709-9. +[1]: Schneier, Bruce (1996). Applied Cryptography (Second ed.). +John Wiley & Sons. ISBN 0-471-11709-9. [2]: N. Mavrogiannopoulos, FSF (Apr 2015). \"GnuTLS NEWS -- History of user-visible changes.\" Version 3.4.0, `https://gitlab.com/gnutls/gnutls/blob/master/NEWS'" @@ -466,7 +466,7 @@ man-in-the-middle attacks. Reference: -GnuTLS authors (2018). \"GnuTLS Manual 4.3.3 Anonymous +GnuTLS authors (2018). \"GnuTLS Manual 4.3.3 Anonymous authentication\", `https://www.gnutls.org/manual/gnutls.html#Anonymous-authentication'" (let ((kx (plist-get status :key-exchange))) |