DOC: update man pages. Add references to jail.conf from fail2ban-client man page

pull/411/head
Daniel Black 2013-10-31 10:27:30 +11:00
parent fff996c8df
commit f860307b57
3 changed files with 31 additions and 21 deletions

View File

@ -274,3 +274,4 @@ Licensed under the GNU General Public License v2 (GPL).
.SH "SEE ALSO" .SH "SEE ALSO"
.br .br
fail2ban-server(1) fail2ban-server(1)
jail.conf(5)

View File

@ -10,3 +10,4 @@ fail2ban-client \- configure and control the server
[see also] [see also]
.br .br
fail2ban-server(1) fail2ban-server(1)
jail.conf(5)

View File

@ -10,6 +10,27 @@ Fail2Ban reads log file that contains password failure report
and bans the corresponding IP addresses using firewall rules. and bans the corresponding IP addresses using firewall rules.
.PP .PP
This tools can test regular expressions for "fail2ban". 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 .SH OPTIONS
.TP .TP
\fB\-\-version\fR \fB\-\-version\fR
@ -39,29 +60,16 @@ Enrich log\-messages with compressed tracebacks
\fB\-\-full\-traceback\fR \fB\-\-full\-traceback\fR
Either to make the tracebacks full, not compressed (as Either to make the tracebacks full, not compressed (as
by default) by default)
.SH AUTHOR
Written by Cyril Jaquier <cyril.jaquier@fail2ban.org>.
Many contributions by Yaroslav O. Halchenko and Steven Hiscocks.
.SH "REPORTING BUGS" .SH "REPORTING BUGS"
Report bugs to https://github.com/fail2ban/fail2ban/issues Report bugs to https://github.com/fail2ban/fail2ban/issues
.SS "LOG:" .SH COPYRIGHT
.TP Copyright \(co 2004\-2008 Cyril Jaquier, 2008\- Fail2Ban Contributors
string .br
a string representing a log line Copyright of modifications held by their respective authors.
.TP Licensed under the GNU General Public License v2 (GPL).
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 "SEE ALSO" .SH "SEE ALSO"
.br .br
fail2ban-client(1) fail2ban-client(1)