From 363112d6100f202124a7a0f0251bfa4c321bd20d Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 11 Aug 2000 13:49:26 +0000 Subject: Added -m documentation. Cleaned up man page generally. --- iptables.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'iptables.c') diff --git a/iptables.c b/iptables.c index d4deff8e..d974814c 100644 --- a/iptables.c +++ b/iptables.c @@ -357,7 +357,9 @@ exit_printhelp(void) " --in-interface -i [!] input name[+]\n" " network interface name ([+] for wildcard)\n" " --jump -j target\n" -" target for rule\n" +" target for rule (may load target extension)\n" +" --match -m match\n" +" extended match (may load extension)\n" " --numeric -n numeric output of addresses and ports\n" " --out-interface -o [!] output name[+]\n" " network interface name ([+] for wildcard)\n" @@ -367,9 +369,9 @@ exit_printhelp(void) "[!] --fragment -f match second or further fragments only\n" "[!] --version -V print package version.\n"); - /* Print out any special helps. A user might like to be able to add a --help - to the commandline, and see expected results. So we call help for all - matches & targets */ + /* Print out any special helps. A user might like to be able + to add a --help to the commandline, and see expected + results. So we call help for all matches & targets */ for (t=iptables_targets;t;t=t->next) { printf("\n"); t->help(); -- cgit v1.2.3