civodul pushed a commit to branch master
in repository guix.
commit df31e36a403ac8ff3d86813b88f02f816a936687
Author: Ludovic Courtès <[email protected]>
Date: Thu Nov 24 23:21:08 2016 +0100
doc: Fix typos in "Kerberos Services".
* doc/guix.texi (Kerberos Services): Fix typos.
---
doc/guix.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index e488c5a..ebb138e 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -11412,13 +11412,13 @@ could instantiate a dovecot service like this:
@subsubsection Kerberos Services
@cindex Kerberos
-The @code{(gnu services Kerberos)} module provides services relating to
+The @code{(gnu services kerberos)} module provides services relating to
the authentication protocol @dfn{Kerberos}.
@subsubheading PAM krb5 Service
@cindex pam-krb5
-The pam-krb5 service allows for login authentication and password
+The @code{pam-krb5} service allows for login authentication and password
management via Kerberos.
You will need this service if you want PAM enabled applications to authenticate
users using Kerberos.