]> granicus.if.org Git - procps-ng/commitdiff
ps: update url for BUILD_WITH_WHINE error message
authorJim Warner <james.warner@comcast.net>
Wed, 4 Jan 2012 13:11:53 +0000 (07:11 -0600)
committerCraig Small <csmall@enc.com.au>
Wed, 4 Jan 2012 22:56:05 +0000 (09:56 +1100)
ps/parser.c

index fefde644a54de21acd4adcb6da6719dfcf6d8984..eefe350b8ef9e5c50339da3140bfd6fd0065d6f4 100644 (file)
@@ -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