diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-01-25 18:50:43 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-01-25 18:50:43 +0100 |
commit | afb9b7f9ee21df97754648d832fcee2b778b277a (patch) | |
tree | 3191f7f2e5094d862383c1c7cfedc95cd1f4b8db /doc/sync | |
parent | 2aeebebf6d6a48d57023e3c7953ddd9088284f99 (diff) | |
download | conntrack-tools-afb9b7f9ee21df97754648d832fcee2b778b277a.tar.gz conntrack-tools-afb9b7f9ee21df97754648d832fcee2b778b277a.zip |
doc: use 'From' instead of 'from' in the example configfiles
This patch fixes a wrong use of 'from' instead of 'From' in the
example configuration files.
Reported-by: Yoann Juet <yoann.juet@univ-nantes.fr>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc/sync')
-rw-r--r-- | doc/sync/alarm/conntrackd.conf | 2 | ||||
-rw-r--r-- | doc/sync/ftfw/conntrackd.conf | 2 | ||||
-rw-r--r-- | doc/sync/notrack/conntrackd.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/sync/alarm/conntrackd.conf b/doc/sync/alarm/conntrackd.conf index 39741b3..da11887 100644 --- a/doc/sync/alarm/conntrackd.conf +++ b/doc/sync/alarm/conntrackd.conf @@ -226,7 +226,7 @@ General { # event filtering, use the keyword 'Kernelspace' instead of # 'Userspace'. # - Filter from Userspace { + Filter From Userspace { # # Accept only certain protocols: You may want to replicate # the state of flows depending on their layer 4 protocol. diff --git a/doc/sync/ftfw/conntrackd.conf b/doc/sync/ftfw/conntrackd.conf index 93f7a44..3c39291 100644 --- a/doc/sync/ftfw/conntrackd.conf +++ b/doc/sync/ftfw/conntrackd.conf @@ -235,7 +235,7 @@ General { # event filtering, use the keyword 'Kernelspace' instead of # 'Userspace'. # - Filter from Userspace { + Filter From Userspace { # # Accept only certain protocols: You may want to replicate # the state of flows depending on their layer 4 protocol. diff --git a/doc/sync/notrack/conntrackd.conf b/doc/sync/notrack/conntrackd.conf index 39a5faa..f86d17b 100644 --- a/doc/sync/notrack/conntrackd.conf +++ b/doc/sync/notrack/conntrackd.conf @@ -216,7 +216,7 @@ General { # event filtering, use the keyword 'Kernelspace' instead of # 'Userspace'. # - Filter from Userspace { + Filter From Userspace { # # Accept only certain protocols: You may want to replicate # the state of flows depending on their layer 4 protocol. |