
PROBLEM: (90219, 92458) (PATCH ID: OSF520-675)
********
This patch corrects a problem in which some lines of
output from the sysconfig utility can be truncated when
using the -Q option.  An example provided in QAR 90219
clearly demonstrates the problem:
   % /sbin/sysconfig -Q proc | cat -v | head -2
   proc:
   max_proc_per_user -     type=UINT op=C^@Q min_val=0 max_val=524287

A null character (^@ as shown by 'cat -v' above) is
inserted into the output in some cases thereby truncating
the line.



