fix typos in help message for meta match

Make sure examples actually work.
diff --git a/tc/em_meta.c b/tc/em_meta.c
index df39eb1..f12be7f 100644
--- a/tc/em_meta.c
+++ b/tc/em_meta.c
@@ -34,9 +34,8 @@
 	    "       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");
 }