better warning message
This commit is contained in:
parent
2b6fa6a32f
commit
9e7c6b8e41
@ -1210,7 +1210,7 @@ try_bsd:
|
|||||||
// as SysV options... and you're screwed if you've been patching
|
// as SysV options... and you're screwed if you've been patching
|
||||||
// out the friendly warning. Cut-over is likely to be in 2005.
|
// out the friendly warning. Cut-over is likely to be in 2005.
|
||||||
if(!(personality & PER_FORCE_BSD))
|
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
|
// Remember: contact albert@users.sf.net or procps-feedback@lists.sf.net
|
||||||
// if you should feel tempted. Be damn sure you understand all
|
// if you should feel tempted. Be damn sure you understand all
|
||||||
// the issues. The same goes for other stuff too, BTW. Please ask.
|
// the issues. The same goes for other stuff too, BTW. Please ask.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user