]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
doc: fix some typos in man-pages
authorJeremy Sowden <jeremy@azazel.net>
Sat, 7 May 2022 11:59:23 +0000 (13:59 +0200)
committerJan Engelhardt <jengelh@inai.de>
Sat, 7 May 2022 14:14:30 +0000 (16:14 +0200)
libxt_ACCOUNT.man:     'accouting' -> 'accounting'
libxt_DELUDE.man:      'belive' -> 'believe'
libxt_DHCPMAC.man:     'allow to' -> 'allow one to'
libxt_SYSRQ.man:       'allows to' -> 'allows one to'
libxt_ipv4options.man: 'allows to' -> 'allows one to'
libxt_psd.man:         'non-priviliged' -> 'non-privileged'

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
extensions/ACCOUNT/libxt_ACCOUNT.man
extensions/libxt_DELUDE.man
extensions/libxt_DHCPMAC.man
extensions/libxt_SYSRQ.man
extensions/libxt_ipv4options.man
extensions/libxt_psd.man

index 1772c3084d591e2addebde558ee8e68c6d29481c..33c1b74aa56c63d264f88657d4dbe0f6345f42f6 100644 (file)
@@ -1,7 +1,7 @@
 The ACCOUNT target is a high performance accounting system for large
 local networks. It allows per-IP accounting in whole prefixes of IPv4
 addresses with size of up to /8 without the need to add individual
-accouting rule for each IP address.
+accounting rule for each IP address.
 .PP
 The ACCOUNT is designed to be queried for data every second or at
 least every ten seconds. It is written as kernel module to handle high
index 6b90e0831ccfbc1c95c001b67f24b7b7c380f9a3..a15be9011c4c97d93a84a62b283095492ee00eef 100644 (file)
@@ -2,4 +2,4 @@
 The DELUDE target will reply to a SYN packet with SYN-ACK, and to all other
 packets with an RST. This will terminate the connection much like REJECT, but
 network scanners doing TCP half-open discovery can be spoofed to make them
-belive the port is open rather than closed/filtered.
+believe the port is open rather than closed/filtered.
index c5677824427ed678422813305ee120bb2a96b64e..8a20f05b6b93e0033d58430f5f0d7a2e4b3cf3ee 100644 (file)
@@ -1,7 +1,7 @@
 .PP
 In conjunction with ebtables, DHCPMAC can be used to completely change all MAC
 addresses from and to a VMware-based virtual machine. This is needed because
-VMware does not allow to set a non-VMware MAC address before an operating
+VMware does not allow one to set a non-VMware MAC address before an operating
 system is booted (and the MAC be changed with `ip link set eth0 address
 aa:bb..`).
 .TP
index 29944b917e2f00854eaf6e5679f5c90119f13639..d7b3da0684dfe0d1434fab563b679f1fc65624a4 100644 (file)
@@ -1,10 +1,10 @@
 .PP
-The SYSRQ target allows to remotely trigger sysrq on the local machine over the
-network. This can be useful when vital parts of the machine hang, for example
-an oops in a filesystem causing locks to be not released and processes to get
-stuck as a result \(em if still possible, use /proc/sysrq-trigger. Even when
-processes are stuck, interrupts are likely to be still processed, and as such,
-sysrq can be triggered through incoming network packets.
+The SYSRQ target allows one to remotely trigger sysrq on the local machine over
+the network. This can be useful when vital parts of the machine hang, for
+example an oops in a filesystem causing locks to be not released and processes
+to get stuck as a result \(em if still possible, use /proc/sysrq-trigger. Even
+when processes are stuck, interrupts are likely to be still processed, and as
+such, sysrq can be triggered through incoming network packets.
 .PP
 The xt_SYSRQ implementation uses a salted hash and a sequence number to prevent
 network sniffers from either guessing the password or replaying earlier
index 8c16e71d8cb7b65288d217e8ebbbbf38d173678a..9c93eeb2b248d66da36b7cb808dd2cf3cef743a0 100644 (file)
@@ -1,5 +1,5 @@
 .PP
-The "ipv4options" module allows to match against a set of IPv4 header options.
+The "ipv4options" module allows one to match against a set of IPv4 header options.
 .TP
 \fB\-\-flags\fP [\fB!\fP]\fIsymbol\fP[\fB,\fP[\fB!\fP]\fIsymbol...\fP]
 Specify the options that shall appear or not appear in the header. Each
index 5777dbf804dc407fff2210f22a6d962f4851f3cd..91e33887a464088e4ae444fec39ae30ac3785771 100644 (file)
@@ -16,4 +16,4 @@ possible port scan subsequence.
 Weight of the packet with privileged (<=1024) destination port.
 .TP
 \fB\-\-psd\-hi\-ports\-weight\fP \fIweight\fP
-Weight of the packet with non-priviliged destination port.
+Weight of the packet with non-privileged destination port.