From 6c3dc65ed8cc769d57d6574eeb41942b783c45de Mon Sep 17 00:00:00 2001 From: fnm3 Date: Thu, 21 Nov 2002 10:49:38 +0000 Subject: Fixed ethertypes database path in the print_help() function: " protocol type string: see "_PATH_ETHERTYPES"\n"); --- extensions/ebt_arp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') diff --git a/extensions/ebt_arp.c b/extensions/ebt_arp.c index b517068..7325270 100644 --- a/extensions/ebt_arp.c +++ b/extensions/ebt_arp.c @@ -53,7 +53,7 @@ static void print_help() printf("%d = %s\n", i + 1, opcodes[i]); printf( " hardware type string: 1 = Ethernet\n" -" protocol type string: see /etc/ethertypes\n"); +" protocol type string: see "_PATH_ETHERTYPES"\n"); } static void init(struct ebt_entry_match *match) -- cgit v1.2.3