From 511e07f595ebf8b1286077dfa0f875a2bec9c329 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Sun, 13 Apr 2008 05:28:31 +0000 Subject: [PATCH 10/13] manpages: grammar and spelling --- extensions/libip6t_frag.man | 2 +- extensions/libipt_SAME.man | 2 +- extensions/libxt_NFQUEUE.man | 2 +- extensions/libxt_connbytes.man | 4 ++-- extensions/libxt_dscp.man | 2 +- extensions/libxt_hashlimit.man | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) (limited to 'extensions') diff --git a/extensions/libip6t_frag.man b/extensions/libip6t_frag.man index 5ac13a4..8937b55 100644 --- a/extensions/libip6t_frag.man +++ b/extensions/libip6t_frag.man @@ -17,4 +17,4 @@ Matches on the first fragment. Matches if there are more fragments. .TP .BR "[--fraglast]" -Matches if this is the last fragement. +Matches if this is the last fragment. diff --git a/extensions/libipt_SAME.man b/extensions/libipt_SAME.man index 4e88d48..d038615 100644 --- a/extensions/libipt_SAME.man +++ b/extensions/libipt_SAME.man @@ -11,5 +11,5 @@ Don't use the destination-ip in the calculations when selecting the new source-ip .TP .B "--random" -Port mapping will be forcely randomized to avoid attacks based on +Port mapping will be forcibly randomized to avoid attacks based on port prediction (kernel >= 2.6.21). diff --git a/extensions/libxt_NFQUEUE.man b/extensions/libxt_NFQUEUE.man index 015effd..acd45e9 100644 --- a/extensions/libxt_NFQUEUE.man +++ b/extensions/libxt_NFQUEUE.man @@ -3,7 +3,7 @@ you to put a packet into any specific queue, identified by its 16-bit queue number. .TP \fB--queue-num\fP \fIvalue\fP -This specifies the QUEUE number to use. Valud queue numbers are 0 to 65535. The default value is 0. +This specifies the QUEUE number to use. Valid queue numbers are 0 to 65535. The default value is 0. .TP It can only be used with Kernel versions 2.6.14 or later, since it requires the diff --git a/extensions/libxt_connbytes.man b/extensions/libxt_connbytes.man index 7b7c313..124ff6f 100644 --- a/extensions/libxt_connbytes.man +++ b/extensions/libxt_connbytes.man @@ -1,5 +1,5 @@ Match by how many bytes or packets a connection (or one of the two -flows constituting the connection) have tranferred so far, or by +flows constituting the connection) has transferred so far, or by average bytes per packet. The counters are 64bit and are thus not expected to overflow ;) @@ -7,7 +7,7 @@ The counters are 64bit and are thus not expected to overflow ;) The primary use is to detect long-lived downloads and mark them to be scheduled using a lower priority band in traffic control. -The transfered bytes per connection can also be viewed through +The transferred bytes per connection can also be viewed through /proc/net/ip_conntrack and accessed via ctnetlink .TP [\fB!\fP] \fB--connbytes\fP \fIfrom\fP[\fB:\fR\fIto\fP] diff --git a/extensions/libxt_dscp.man b/extensions/libxt_dscp.man index cb0b6f3..29ff3b2 100644 --- a/extensions/libxt_dscp.man +++ b/extensions/libxt_dscp.man @@ -7,4 +7,4 @@ Match against a numeric (decimal or hex) value [0-63]. .BI "--dscp-class " "\fIDiffServ Class\fP" Match the DiffServ class. This value may be any of the BE, EF, AFxx or CSx classes. It will then be converted -into it's according numeric value. +into its according numeric value. diff --git a/extensions/libxt_hashlimit.man b/extensions/libxt_hashlimit.man index e74aedf..e449406 100644 --- a/extensions/libxt_hashlimit.man +++ b/extensions/libxt_hashlimit.man @@ -53,7 +53,7 @@ The number of buckets of the hash table Maximum entries in the hash. .TP \fB--hashlimit-htable-expire\fR \fImsec\fR -After how many miliseconds do hash entries expire. +After how many milliseconds do hash entries expire. .TP \fB--hashlimit-htable-gcinterval\fR \fImsec\fR -How many miliseconds between garbage collection intervals. +How many milliseconds between garbage collection intervals. -- cgit v1.2.3