From 65b2d1c5fa2981230a56a9166544d5fe0d4e2998 Mon Sep 17 00:00:00 2001 From: Yasuyuki KOZAKAI Date: Thu, 29 Nov 2007 03:43:06 +0000 Subject: Move libipt_comment.man to libxt_comment.man for ip6tables.8 --- extensions/libipt_comment.man | 6 ------ extensions/libxt_comment.man | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 extensions/libipt_comment.man create mode 100644 extensions/libxt_comment.man diff --git a/extensions/libipt_comment.man b/extensions/libipt_comment.man deleted file mode 100644 index 2f4ce55d..00000000 --- a/extensions/libipt_comment.man +++ /dev/null @@ -1,6 +0,0 @@ -Allows you to add comments (up to 256 characters) to any rule. -.TP -.BI "--comment " "comment" -.TP -Example: -iptables -A INPUT -s 192.168.0.0/16 -m comment --comment "A privatized IP block" diff --git a/extensions/libxt_comment.man b/extensions/libxt_comment.man new file mode 100644 index 00000000..2f4ce55d --- /dev/null +++ b/extensions/libxt_comment.man @@ -0,0 +1,6 @@ +Allows you to add comments (up to 256 characters) to any rule. +.TP +.BI "--comment " "comment" +.TP +Example: +iptables -A INPUT -s 192.168.0.0/16 -m comment --comment "A privatized IP block" -- cgit v1.2.3