diff --git a/man/fail2ban-client.1 b/man/fail2ban-client.1 index 057f3410..aab2dde4 100644 --- a/man/fail2ban-client.1 +++ b/man/fail2ban-client.1 @@ -274,3 +274,4 @@ Licensed under the GNU General Public License v2 (GPL). .SH "SEE ALSO" .br fail2ban-server(1) +jail.conf(5) diff --git a/man/fail2ban-client.h2m b/man/fail2ban-client.h2m index 9ae9c3f2..b5300463 100644 --- a/man/fail2ban-client.h2m +++ b/man/fail2ban-client.h2m @@ -10,3 +10,4 @@ fail2ban-client \- configure and control the server [see also] .br fail2ban-server(1) +jail.conf(5) diff --git a/man/fail2ban-regex.1 b/man/fail2ban-regex.1 index 46d260a6..4a0e272b 100644 --- a/man/fail2ban-regex.1 +++ b/man/fail2ban-regex.1 @@ -10,6 +10,27 @@ Fail2Ban reads log file that contains password failure report and bans the corresponding IP addresses using firewall rules. .PP This tools can test regular expressions for "fail2ban". +.SS "LOG:" +.TP +string +a string representing a log line +.TP +filename +path to a log file (/var/log/auth.log) +.SS "REGEX:" +.TP +string +a string representing a 'failregex' +.TP +filename +path to a filter file (filter.d/sshd.conf) +.SS "IGNOREREGEX:" +.TP +string +a string representing an 'ignoreregex' +.TP +filename +path to a filter file (filter.d/sshd.conf) .SH OPTIONS .TP \fB\-\-version\fR @@ -39,29 +60,16 @@ Enrich log\-messages with compressed tracebacks \fB\-\-full\-traceback\fR Either to make the tracebacks full, not compressed (as by default) +.SH AUTHOR +Written by Cyril Jaquier . +Many contributions by Yaroslav O. Halchenko and Steven Hiscocks. .SH "REPORTING BUGS" Report bugs to https://github.com/fail2ban/fail2ban/issues -.SS "LOG:" -.TP -string -a string representing a log line -.TP -filename -path to a log file (/var/log/auth.log) -.SS "REGEX:" -.TP -string -a string representing a 'failregex' -.TP -filename -path to a filter file (filter.d/sshd.conf) -.SS "IGNOREREGEX:" -.TP -string -a string representing an 'ignoreregex' -.TP -filename -path to a filter file (filter.d/sshd.conf) +.SH COPYRIGHT +Copyright \(co 2004\-2008 Cyril Jaquier, 2008\- Fail2Ban Contributors +.br +Copyright of modifications held by their respective authors. +Licensed under the GNU General Public License v2 (GPL). .SH "SEE ALSO" .br fail2ban-client(1)