]> granicus.if.org Git - procps-ng/commitdiff
better warning message
authoralbert <>
Tue, 25 May 2004 02:01:47 +0000 (02:01 +0000)
committeralbert <>
Tue, 25 May 2004 02:01:47 +0000 (02:01 +0000)
ps/parser.c

index 73437017668ab64f8eee47daf493195da28cd676..b89165773b78c3d28957b61fd96347297d324afe 100644 (file)
@@ -1210,7 +1210,7 @@ try_bsd:
   // as SysV options... and you're screwed if you've been patching
   // out the friendly warning. Cut-over is likely to be in 2005.
   if(!(personality & PER_FORCE_BSD))
-    fprintf(stderr, "Warning: bad syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html\n");
+    fprintf(stderr, "Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html\n");
   // Remember: contact albert@users.sf.net or procps-feedback@lists.sf.net
   // if you should feel tempted. Be damn sure you understand all
   // the issues. The same goes for other stuff too, BTW. Please ask.