summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_tcpmss.man
Commit message (Collapse)AuthorAgeFilesLines
* extensions: libxt_tcpmss: Detect invalid rangesPhil Sutter2017-10-171-1/+1
| | | | | | | | | | | | Previously, an MSS range of e.g. 65535:1000 was silently accepted but would then never match a packet since the kernel checks whether the MSS value is greater than or equal to the first *and* less than or equal to the second value. Detect this as a parameter problem and update the man page accordingly. Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* doc: escape minus sign in manpagesJan Engelhardt2009-01-121-1/+1
| | | | | | | groff formats '-' as a hyphen, and '\-' is needed for a minus. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
* manpages: consistent syntaxPatrick McHardy2008-06-021-1/+1
| | | | | | | | | | In the manpages, bold is used to denote characters the user has to enter verbatim, italic denotes placeholders and non-highlighted pieces are used as a structure: "[]" specifying an optional part, "{}" a mandatory part, with "|" used for alternations. The "!" for negation is better supported before the option than after it, too. The patch makes a few files consistent with this style already used in manpages.
* Move libipt_tcpmss.man to libxt_tcpmss.man for ip6tables.8Yasuyuki KOZAKAI2007-11-291-0/+4