On Tue, Oct 11, 2022 at 07:23:45PM -0400, Josiah Frentsos wrote: > Index: ps.1 > =================================================================== > RCS file: /cvs/src/bin/ps/ps.1,v > retrieving revision 1.128 > diff -u -p -r1.128 ps.1 > --- ps.1 3 Sep 2022 15:59:04 -0000 1.128 > +++ ps.1 11 Oct 2022 23:20:34 -0000 > @@ -443,7 +443,8 @@ information: > .Pp > .Bl -tag -width indent -compact > .It + > -The process is in the foreground process group of its control terminal. > +The process is in the foreground process group of its controlling > +terminal.
hi. i'm not super up on the terminology here, but i do see we still have other pages that talk about "control terminal". if any developer wants to signal a clear desire to make such changes we can do that. jmc > .It \*(Lt > The process has a raised CPU > scheduling priority (see > @@ -508,7 +509,7 @@ Saved GID from a setgid executable. > .It Cm svuid > Saved UID from a setuid executable. > .It Cm tdev > -Control terminal device number. > +Controlling terminal device number. > .It Cm tid > Thread ID. > Used together with > @@ -518,11 +519,11 @@ Alias: > .Cm cputime . > Accumulated CPU time, user + system. > .It Cm tpgid > -Control terminal process group ID. > +Controlling terminal process group ID. > .\".It trss > .\"Text resident set size, in Kilobytes. > .It Cm tsess > -Control terminal session pointer. > +Controlling terminal session pointer. > .It Cm tsiz > Text size, in Kilobytes. > .It Cm tt > @@ -536,7 +537,7 @@ This is followed by a > if the process can no longer reach that > controlling terminal (i.e. it has been revoked). > .It Cm tty > -Full name of control terminal. > +Full name of controlling terminal. > .It Cm ucomm > Alias: > .Cm comm . >
