]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
man: fix physdev manpage
authorBart De Schuymer <bdschuym@pandora.be>
Mon, 26 Jan 2009 15:31:51 +0000 (16:31 +0100)
committerPatrick McHardy <kaber@trash.net>
Mon, 26 Jan 2009 15:31:51 +0000 (16:31 +0100)
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>
extensions/libxt_physdev.man

index 1e0f3d02fe2b2ff6a12dcbc60a0421aa18a6caea..53beb2e52d81701c4d396d77c97c5a2657162e84 100644 (file)
@@ -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.