From 893b1b81a8350b81682ba1401ff5c16edd1b0f9e Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Wed, 4 Jan 2012 07:11:53 -0600 Subject: [PATCH] ps: update url for BUILD_WITH_WHINE error message --- ps/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps/parser.c b/ps/parser.c index fefde644..eefe350b 100644 --- a/ps/parser.c +++ b/ps/parser.c @@ -1235,7 +1235,7 @@ try_bsd: // changing the actual behavior of ps in any way. I know of no // other 'ps' that produces this message. if(!(personality & PER_FORCE_BSD)) - fprintf(stderr, _("Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html\n")); + fprintf(stderr, _("Warning: bad ps syntax, perhaps a bogus '-'? See http://gitorious.org/procps/procps/blobs/master/FAQ\n")); #endif // Remember: contact procps@freelists.org // if you should feel tempted. Be damn sure you understand all