summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2009-01-26 16:31:51 +0100
committerPatrick McHardy <kaber@trash.net>2009-01-26 16:31:51 +0100
commitea268e19a8b820cce4bab3318e656efa51134487 (patch)
tree468da42f4f71dc6705ed66e3bf213ab7c1ba7338 /extensions
parentcfb9cf0509ad8100cd8d6ab52d60a8ffbb318578 (diff)
man: fix physdev manpage
A sentence of the physdev module's help entry was truncated by the man program because the line starts with a single quote. Signed-off-by: Bart De Schuymer <bdschuym@pandora.be> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/libxt_physdev.man6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/libxt_physdev.man b/extensions/libxt_physdev.man
index 1e0f3d02..53beb2e5 100644
--- a/extensions/libxt_physdev.man
+++ b/extensions/libxt_physdev.man
@@ -27,9 +27,9 @@ interface which begins with this name will match. Note that in the
.B OUTPUT
chains one cannot match on the bridge output port, however one can in the
.B "filter OUTPUT"
-chain. If the packet won't leave by a bridge device or it is yet unknown what
-the output device will be, then the packet won't match this option, unless
-'!' is used.
+chain. If the packet won't leave by a bridge device or if it is yet unknown what
+the output device will be, then the packet won't match this option,
+unless '!' is used.
.TP
[\fB!\fP] \fB\-\-physdev\-is\-in\fP
Matches if the packet has entered through a bridge interface.