summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorCyril Jaquier <cyril.jaquier@fail2ban.org>2006-11-01 22:13:44 +0000
committerCyril Jaquier <cyril.jaquier@fail2ban.org>2006-11-01 22:13:44 +0000
commit528c9a18556fc9d8ed5fad7069a9180513021cfe (patch)
tree5d252e5fa5a6fed225591829037754e1e91f0db7 /man
parente8c656b5ff1ee9f1d4c4421d08f104913da1b686 (diff)
downloadfail2ban-528c9a18556fc9d8ed5fad7069a9180513021cfe.tar.gz
- Updated for 0.7.40.7.4
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@446 a942ae1a-1317-0410-a47c-b1dcaea8d605
Diffstat (limited to 'man')
-rw-r--r--man/fail2ban-client.14
-rw-r--r--man/fail2ban-regex.14
-rw-r--r--man/fail2ban-server.14
-rwxr-xr-xman/generate-man2
4 files changed, 7 insertions, 7 deletions
diff --git a/man/fail2ban-client.1 b/man/fail2ban-client.1
index 8785f867..16e4c4b9 100644
--- a/man/fail2ban-client.1
+++ b/man/fail2ban-client.1
@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
-.TH FAIL2BAN-CLIENT "1" "October 2006" "fail2ban-client v0.7.3-SVN" "User Commands"
+.TH FAIL2BAN-CLIENT "1" "November 2006" "fail2ban-client v0.7.4" "User Commands"
.SH NAME
fail2ban-client \- configure and control the server
.SH SYNOPSIS
.B fail2ban-client
[\fIOPTIONS\fR]... \fI<COMMAND>\fR
.SH DESCRIPTION
-Fail2Ban v0.7.3\-SVN reads log file that contains password failure report
+Fail2Ban v0.7.4 reads log file that contains password failure report
and bans the corresponding IP addresses using firewall rules.
.SH OPTIONS
.TP
diff --git a/man/fail2ban-regex.1 b/man/fail2ban-regex.1
index 5a80049a..afe8f9b4 100644
--- a/man/fail2ban-regex.1
+++ b/man/fail2ban-regex.1
@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
-.TH FAIL2BAN-REGEX "1" "October 2006" "fail2ban-regex v0.7.3-SVN" "User Commands"
+.TH FAIL2BAN-REGEX "1" "November 2006" "fail2ban-regex v0.7.4" "User Commands"
.SH NAME
fail2ban-regex \- test Fail2ban "failregex" option
.SH SYNOPSIS
.B fail2ban-regex
\fI<logline> <failregex>\fR
.SH DESCRIPTION
-Fail2Ban v0.7.3\-SVN reads log file that contains password failure report
+Fail2Ban v0.7.4 reads log file that contains password failure report
and bans the corresponding IP addresses using firewall rules.
.PP
This tools can test and benchmark your regular expressions for the "failregex"
diff --git a/man/fail2ban-server.1 b/man/fail2ban-server.1
index bcdcc0dd..ded43f8e 100644
--- a/man/fail2ban-server.1
+++ b/man/fail2ban-server.1
@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
-.TH FAIL2BAN-SERVER "1" "October 2006" "fail2ban-server v0.7.3-SVN" "User Commands"
+.TH FAIL2BAN-SERVER "1" "November 2006" "fail2ban-server v0.7.4" "User Commands"
.SH NAME
fail2ban-server \- start the server
.SH SYNOPSIS
.B fail2ban-server
[\fIOPTIONS\fR]
.SH DESCRIPTION
-Fail2Ban v0.7.3\-SVN reads log file that contains password failure report
+Fail2Ban v0.7.4 reads log file that contains password failure report
and bans the corresponding IP addresses using firewall rules.
.PP
Only use this command for debugging purpose. Start the server with
diff --git a/man/generate-man b/man/generate-man
index 481999b3..61c95d54 100755
--- a/man/generate-man
+++ b/man/generate-man
@@ -14,7 +14,7 @@ help2man --section=1 --no-info --include=fail2ban-server.h2m --output fail2ban-s
echo "[done]"
# fail2ban-regex
-echo -n "Generating fail2ban-regex "
+echo -n "Generating fail2ban-regex "
help2man --section=1 --no-info --include=fail2ban-regex.h2m --output fail2ban-regex.1 ../fail2ban-regex
echo "[done]"