From 54e6412c495563fd084b0655bea62343df2f7478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20C=2E=20S=C3=A1nchez?= Date: Sat, 15 Dec 2018 11:02:07 -0500 Subject: [PATCH] Fix documentation typos --- Shorewall/manpages/shorewall-addresses.xml | 2 +- Shorewall/manpages/shorewall-files.xml | 4 ++-- Shorewall/manpages/shorewall.conf.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Shorewall/manpages/shorewall-addresses.xml b/Shorewall/manpages/shorewall-addresses.xml index 918927b4e..10c73499d 100644 --- a/Shorewall/manpages/shorewall-addresses.xml +++ b/Shorewall/manpages/shorewall-addresses.xml @@ -36,7 +36,7 @@ In IPv6, the format is a:b:c:d:e:f:g:h where a through h consist - of 1 to 4 hexidecimal digits (leading zeros may be omitted). a + of 1 to 4 hexadecimal digits (leading zeros may be omitted). a single series of 0 addresses may be omitted. For example 2001:227:e857:1:0:0:0:0:1 may be written 2001:227:e857:1::1. diff --git a/Shorewall/manpages/shorewall-files.xml b/Shorewall/manpages/shorewall-files.xml index b47c9783d..2a8ecb380 100644 --- a/Shorewall/manpages/shorewall-files.xml +++ b/Shorewall/manpages/shorewall-files.xml @@ -199,7 +199,7 @@ /etc/shorewall/ecn - disable Explicit Congestion Notification (ECN - RFC 3168) to remote - hosts or networks. Superceded by ECN entries in + hosts or networks. Superseded by ECN entries in /etc/shorewall/mangle in Shorewall 5.0.6. @@ -720,7 +720,7 @@ DNAT { source=net dest=loc:10.0.0.1 proto=tcp dport=80 mark=88 } Time Columns - Several of the files include a TIME colum that allows you to specify + Several of the files include a TIME column that allows you to specify times when the rule is to be applied. Contents of this column is a list of timeelements separated by apersands (&). diff --git a/Shorewall/manpages/shorewall.conf.xml b/Shorewall/manpages/shorewall.conf.xml index 2f2013266..174f48772 100644 --- a/Shorewall/manpages/shorewall.conf.xml +++ b/Shorewall/manpages/shorewall.conf.xml @@ -500,7 +500,7 @@ each listed directory is to be searched. AUTOMAKE=1 only searches each directory itself and is equivalent to AUTOMAKE=Yes. AUTOMAKE=2 will search each directory and its immediate sub-directories; - AUTOMAKE=3 will search each diretory, each of its immediate + AUTOMAKE=3 will search each directory, each of its immediate sub-directories, and each of their immediate sub-directories, etc.