[bug#77001,v2,5/8] services: krb5-configuration: Unify style of documentation strings.
Commit Message
* gnu/services/kerberos.scm (krb5-configuration): Add trailing periods where
missing. Add double space. Add @file.
Change-Id: Id2d985df1e55566cb62f7355c2e4f0ca7d9924f2
---
gnu/services/kerberos.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
@@ -302,11 +302,11 @@ (define-configuration krb5-configuration
(dns-lookup-kdc?
(boolean/unset unset-field)
"Should DNS SRV records should be used to locate the KDCs and other servers
-not appearing in the realm specification")
+not appearing in the realm specification.")
(err-fmt
(string/unset unset-field)
- "Custom error message formatting. If not #f error messages will be
+ "Custom error message formatting. If not #f error messages will be
formatted by substituting a normal error message for %M and an error code for
%C in the value.")
@@ -324,7 +324,7 @@ (define-configuration krb5-configuration
(k5login-authoritative?
(boolean/unset unset-field)
"If this flag is true, principals must be listed in a local user's k5login
-file to be granted login access, if a ~/.k5login file exists.")
+file to be granted login access, if a @file{~/.k5login} file exists.")
(k5login-directory
(string/unset unset-field)
@@ -353,8 +353,8 @@ (define-configuration krb5-configuration
(kdc-req-checksum-type
(non-negative-integer/unset unset-field)
- "The type of checksum to use for the KDC requests. Relevant only for DES
-keys")
+ "The type of checksum to use for the KDC requests. Relevant only for DES
+keys.")
(noaddresses?
(boolean/unset unset-field)