diff options
author | muradm <mail@muradm.net> | 2022-08-29 16:51:21 +0300 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-01 08:58:16 -0400 |
commit | fa2d651475cc607a26ac87422747f5182c2f699a (patch) | |
tree | b28ec659f492b886052a09f10312cd66ddc0fbe1 /gnu/services/security.scm | |
parent | 7686dd9676ebd54aec96ab22f0942e27a0979656 (diff) |
gnu: fail2ban-service-type: Fix documentation typos.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/services/security.scm')
-rw-r--r-- | gnu/services/security.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/security.scm b/gnu/services/security.scm index 7f66c462f3..fd5bf19730 100644 --- a/gnu/services/security.scm +++ b/gnu/services/security.scm @@ -201,7 +201,7 @@ "Whether this jail is enabled.") (backend 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." fail2ban-jail-configuration-serialize-backend) |