On Tuesday 2012-07-31 13:39, Pablo Neira Ayuso wrote: >> @@ -417,8 +417,7 @@ int ip6tables_restore_main(int argc, char *argv[]) >> if (!strncmp(param_buffer, "-t", 2) >> || !strncmp(param_buffer, "--table", 8)) { >> xtables_error(PARAMETER_PROBLEM, >> - "Line %u seems to have a " >> - "-t table option.\n", line); >> + "The -t option (seen in line %u) cannot be used in ip6tables-restore.\n", line); > >Lines should break at 80 chars. > >I know we sometimes slightly violate this limit, but I don't want to >have wrapping code in my 80-chars terminals. I know; however, if there already are 5 levels *and* you have a text string (people grep for that!), it is in principle nicer to have it non-wrapped. -- 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