f4b6de1136
This commit restores the missing space between command lines and the environment when the later is being displayed. Below is a brief history of that elusive character. commitbb4f08ba29Date: Thu Aug 11 07:42:14 2011 +1000 The ps program was altered for improved args/comm compliance. At this time, the needed space was present due to a buglet in the new library read_unvectored function used by fill_cmdline_cvt. commita5881b5a4eDate: Thu Dec 8 10:19:38 2011 -0600 The trailing space was eliminated so that the file2strvec and fill_cmdline_cvt returned command lines contained no trailing space. However, this created a buglet when control group hierarchies were displayed and the final cgroup was empty. This is also where the undetected ps buglet was created. commitc3a1239efeDate: Sun Dec 11 12:00:50 2011 -0600 The control group anomaly was fixed but the impact on ps args/environ was still not detected. Signed-off-by: Jim Warner <james.warner@comcast.net>