diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2009-01-12 04:53:18 +0100 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2009-01-12 04:53:18 +0100 |
commit | fea74bf74ff524431ce65145f1523584edf99dc9 (patch) | |
tree | e0ddfbeca93e159dcb0cc7c77df34206fbea26f9 /extensions/libxt_CLASSIFY.man | |
parent | 0c2b5a4aff8ee61529aca8541f7fdae18500470f (diff) |
doc: escape minus sign in manpages
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>
Diffstat (limited to 'extensions/libxt_CLASSIFY.man')
-rw-r--r-- | extensions/libxt_CLASSIFY.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/libxt_CLASSIFY.man b/extensions/libxt_CLASSIFY.man index dbeff32f..578883e3 100644 --- a/extensions/libxt_CLASSIFY.man +++ b/extensions/libxt_CLASSIFY.man @@ -1,4 +1,4 @@ -This module allows you to set the skb->priority value (and thus classify the packet into a specific CBQ class). +This module allows you to set the skb\->priority value (and thus classify the packet into a specific CBQ class). .TP -\fB--set-class\fP \fImajor\fP\fB:\fP\fIminor\fP +\fB\-\-set\-class\fP \fImajor\fP\fB:\fP\fIminor\fP Set the major and minor class value. |