From ea268e19a8b820cce4bab3318e656efa51134487 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Mon, 26 Jan 2009 16:31:51 +0100 Subject: 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 --- extensions/libxt_physdev.man | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extensions/libxt_physdev.man') 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. -- cgit v1.2.3