Let's fix the indendation of examples. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@xxxxxxxxx> --- doc/nft.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/nft.xml b/doc/nft.xml index 702891c..958abbc 100644 --- a/doc/nft.xml +++ b/doc/nft.xml @@ -2097,7 +2097,7 @@ filter input iif eth0 drop <programlisting> <cmdline>:1:19-22: Error: Interface does not exist filter output oif eth0 -^^^ + ^^^^ </programlisting> </example> <example> @@ -2105,7 +2105,7 @@ filter output oif eth0 <programlisting> <cmdline>:1:28-36: Error: Right hand side of relational expression (==) must be constant filter output tcp dport == tcp dport -~~ ^^^^^^^^^ + ~~ ^^^^^^^^^ </programlisting> </example> -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html