Browse Source

* fix some mistypes

master
Alex 'AdUser' Z 7 years ago
parent
commit
53955e44a5
  1. 4
      docs/configuration.md
  2. 2
      docs/install.md

4
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'

2
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:

Loading…
Cancel
Save