From 53955e44a5e947af718cdff9bcd9926438b05554 Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Fri, 20 Jan 2017 00:07:41 +1000 Subject: [PATCH] * fix some mistypes --- docs/configuration.md | 4 ++-- docs/install.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 5e0015f..8b60ed1 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -2,7 +2,7 @@ General notes ============= f2b config consists from main config `/etc/f2b/f2b.conf` and several config parts located in `/etc/f2b/conf-enabled/`. -All config parts should ends with `.conf` and ill be sorted before processing. +All config parts should ends with `.conf` and will be sorted before processing. Config consists from several sections of various types: @@ -37,7 +37,7 @@ Example: filter = preg:/etc/f2b/filters/ssh.preg # search for filter named 'preg' and init it with path '/etc/f2b/filters/ssh.preg' # note '.preg' extension - it's a hint for you, - # that this file contains regexps compatible with posix syntax + # that this file contains regexps compatible with POSIX regex syntax # see regex(7) manpage backend = exec-ipset:banned # search for backend named 'exec-ipset' and init it with string 'banned' diff --git a/docs/install.md b/docs/install.md index a60c434..f5de7ae 100644 --- a/docs/install.md +++ b/docs/install.md @@ -9,7 +9,7 @@ Then, if everything builds fine, you may install files in proper places. sudo make install NOTE: This is old good "slackware-way" of installing programs. -You may want use [checkinstall](http://checkinstall.izto.org) or something like this. +You may want to use [checkinstall](http://checkinstall.izto.org) or something like this. Actual list of configurable options for first line can be found at top of `CMakeLists.txt`. It looks like this: