Archived
1
0
Fork 0

gnu: fail2ban-service-type: Fix documentation typos.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
muradm 2022-08-29 16:51:21 +03:00 committed by Maxim Cournoyer
parent 7686dd9676
commit fa2d651475
No known key found for this signature in database
GPG key ID: 1260E46482E63562
2 changed files with 4 additions and 4 deletions

View file

@ -36555,7 +36555,7 @@ is an example of a basic, explicit configuration:
(list (list
(fail2ban-jail-configuration (fail2ban-jail-configuration
(name "sshd") (name "sshd")
(enabled #t)))))) (enabled? #t))))))
;; There is no implicit dependency on an actual SSH ;; There is no implicit dependency on an actual SSH
;; service, so you need to provide one. ;; service, so you need to provide one.
(service openssh-service-type)) (service openssh-service-type))
@ -36580,7 +36580,7 @@ For example:
openssh-service-type openssh-service-type
(fail2ban-jail-configuration (fail2ban-jail-configuration
(name "sshd") (name "sshd")
(enabled #t))) (enabled? #t)))
(openssh-configuration ...)))) (openssh-configuration ...))))
@end lisp @end lisp
@end deffn @end deffn
@ -36660,7 +36660,7 @@ Required name of this jail configuration.
Whether this jail is enabled. Whether this jail is enabled.
@item @code{backend} (type: maybe-symbol) @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 'auto. To consult the defaults of the jail configuration, refer to the
@file{/etc/fail2ban/jail.conf} file of the @code{fail2ban} package. @file{/etc/fail2ban/jail.conf} file of the @code{fail2ban} package.

View file

@ -201,7 +201,7 @@
"Whether this jail is enabled.") "Whether this jail is enabled.")
(backend (backend
maybe-symbol 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 'auto. To consult the defaults of the jail configuration, refer to the
@file{/etc/fail2ban/jail.conf} file of the @code{fail2ban} package." @file{/etc/fail2ban/jail.conf} file of the @code{fail2ban} package."
fail2ban-jail-configuration-serialize-backend) fail2ban-jail-configuration-serialize-backend)