K 10 svn:author V 3 yar K 8 svn:date V 27 2006-08-18T12:10:18.000000Z K 7 svn:log V 358 The ps(1) command is unfriendly to scripts by default because it limits the width of its output to the value of $COLUMNS, or what TIOCGWINSZ reports, or 79 columns. We should specify -ww to ps(1) so that it removes the limit and prints lines in full. Otherwise very long command pathnames could be mishandled, e.g., by _find_processes(). MFC after: 1 week END