Commit ba26a6e8 authored by Stephen Hemminger's avatar Stephen Hemminger

fix typos in help message for meta match

Make sure examples actually work.
parent eb6c04f5
......@@ -34,9 +34,8 @@ static void meta_print_usage(FILE *fd)
" META_ID := id [ shift SHIFT ] [ mask MASK ]\n" \
"\n" \
"Example: meta(nfmark gt 24)\n" \
" meta(indev shift 1 eq \"ppp\"\n" \
" meta(indev shift 1 eq \"ppp\")\n" \
" meta(tcindex mask 0xf0 eq 0xf0)\n" \
" meta(dev eq indev)\n" \
"\n" \
"For a list of meta identifiers, use meta(list).\n");
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment