[bug#66935,v2,4/4] services: dovecot: Fix ssl? description in inet-listener-configuration.
Commit Message
References:
* <https://mail.gnu.org/archive/html/guix-patches/2023-11/msg00365.html>
* gnu/services/mail.scm (inet-listener-configuration)[ssl?]: Fix description.
* doc/guix.texi: Update it.
Change-Id: I3df9911b94ac81a16c564307c96f11f21f3bb548
---
doc/guix.texi | 3 +--
gnu/services/mail.scm | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
@@ -26675,8 +26675,7 @@ Mail Services
The port on which to listen.
@item @code{ssl?} (default: @code{#t}) (type: boolean)
-Whether to use SSL for this service; @samp{yes}, @samp{no}, or
-@samp{required}.
+Whether to use SSL for this service.
@end table
@end deftp
@@ -270,8 +270,7 @@ (define-configuration inet-listener-configuration
"The port on which to listen.")
(ssl?
(boolean #t)
- "Whether to use SSL for this service; @samp{yes}, @samp{no}, or
-@samp{required}."))
+ "Whether to use SSL for this service."))
(define (listener-configuration? value)
(or (unix-listener-configuration? value)