[iptables] man: fix physdev manpage

Patrick McHardy netfilter-cvslog-bounces at lists.netfilter.org
Mon Jan 26 16:32:46 CET 2009


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=iptables.git;a=commit;h=ea268e19a8b820cce4bab3318e656efa51134487
commit ea268e19a8b820cce4bab3318e656efa51134487
Author:     Bart De Schuymer <bdschuym at pandora.be>
AuthorDate: Mon Jan 26 16:31:51 2009 +0100
Commit:     Patrick McHardy <kaber at trash.net>
CommitDate: Mon Jan 26 16:31:51 2009 +0100

    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 at pandora.be>
    Signed-off-by: Patrick McHardy <kaber at trash.net>
       via  ea268e19a8b820cce4bab3318e656efa51134487 (commit)
      from  cfb9cf0509ad8100cd8d6ab52d60a8ffbb318578 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ea268e19a8b820cce4bab3318e656efa51134487
Author: Bart De Schuymer <bdschuym at pandora.be>
Date:   Mon Jan 26 16:31:51 2009 +0100

    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 at pandora.be>
    Signed-off-by: Patrick McHardy <kaber at trash.net>

-----------------------------------------------------------------------

 extensions/libxt_physdev.man |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
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 at pandora.be>
Signed-off-by: Patrick McHardy <kaber at trash.net>

diff --git a/extensions/libxt_physdev.man b/extensions/libxt_physdev.man
index 1e0f3d0..53beb2e 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.



More information about the netfilter-cvslog mailing list