From: Bart De Schuymer Date: Mon, 26 Jan 2009 15:31:51 +0000 (+0100) Subject: man: fix physdev manpage X-Git-Tag: v1.4.3~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea268e19a8b820cce4bab3318e656efa51134487;p=thirdparty%2Fiptables.git 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 Signed-off-by: Patrick McHardy --- 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.