From 9b488b992872d4d2b7ebf7897d74d52f4fb59e1c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 8 Jun 2008 19:11:51 +0200 Subject: manpage updates A number of options support negation, but the manpage did not reflect this ("[!]" was absent). Also fix a few [] (optional arguments) to {} (required arguments) in the option-BNF. Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- extensions/libxt_pkttype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libxt_pkttype.c') diff --git a/extensions/libxt_pkttype.c b/extensions/libxt_pkttype.c index 69c6da8e..25541010 100644 --- a/extensions/libxt_pkttype.c +++ b/extensions/libxt_pkttype.c @@ -59,7 +59,7 @@ static void pkttype_help(void) { printf( "pkttype match options:\n" -" --pkt-type [!] packettype\tmatch packet type\n"); +"[!] --pkt-type packettype match packet type\n"); print_types(); } -- cgit v1.2.3