summary refs log tree commit diff
path: root/doc/guix.texi
diff options
context:
space:
mode:
authormuradm <mail@muradm.net>2022-08-29 16:51:21 +0300
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-09-01 08:58:16 -0400
commitfa2d651475cc607a26ac87422747f5182c2f699a (patch)
treeb28ec659f492b886052a09f10312cd66ddc0fbe1 /doc/guix.texi
parent7686dd9676ebd54aec96ab22f0942e27a0979656 (diff)
downloadguix-fa2d651475cc607a26ac87422747f5182c2f699a.tar.gz
gnu: fail2ban-service-type: Fix documentation typos.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'doc/guix.texi')
-rw-r--r--doc/guix.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 957b9a668e..2473170b6b 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -36555,7 +36555,7 @@ is an example of a basic, explicit configuration:
              (list
               (fail2ban-jail-configuration
                (name "sshd")
-               (enabled #t))))))
+               (enabled? #t))))))
   ;; There is no implicit dependency on an actual SSH
   ;; service, so you need to provide one.
   (service openssh-service-type))
@@ -36580,7 +36580,7 @@ For example:
     openssh-service-type
     (fail2ban-jail-configuration
      (name "sshd")
-     (enabled #t)))
+     (enabled? #t)))
    (openssh-configuration ...))))
 @end lisp
 @end deffn
@@ -36660,7 +36660,7 @@ Required name of this jail configuration.
 Whether this jail is enabled.
 
 @item @code{backend} (type: maybe-symbol)
-Backend to use to detect changes in the @code{ogpath}.  The default is
+Backend to use to detect changes in the @code{log-path}.  The default is
 'auto.  To consult the defaults of the jail configuration, refer to the
 @file{/etc/fail2ban/jail.conf} file of the @code{fail2ban} package.