Hi Ingo,

the "command" keyword is restricted in width even if termwidth is
unlimited. See print.c, command():
...
if (ve->next != NULL || termwidth != UNLIMITED) {

It would be nice if this could be documented. Maybe something like this:

Index: ps.1
===================================================================
RCS file: /home/vcs/cvs/openbsd/src/bin/ps/ps.1,v
retrieving revision 1.111
diff -u -p -r1.111 ps.1
--- ps.1        26 Oct 2016 01:20:39 -0000      1.111
+++ ps.1        16 Dec 2017 16:40:04 -0000
@@ -201,6 +201,7 @@ Accounting flag.
 Alias:
 .Cm args .
 Command and arguments.
+Must appear last for unlimited width.
 .It Cm cpu
 Short-term CPU usage factor (for scheduling).
 .It Cm cpuid

Reply via email to