[comp.sys.encore] Can I get the argv of a process under Umax 4.[23] ?

george@CIS.OHIO-STATE.EDU (George M. Jones) (10/22/90)

Is there any way to find out what arguments were passed to a process
started via the shell ?  After a few minutes staring at include
files in /usr/include/inq_stats it looks like all that is available
is the command name (via pd_command in the structure proc_detail).
Am I missing anything ?

---George Jones