]> granicus.if.org Git - procps-ng/commit
top: attempt to clarify the 'iokey' parameter meanings
authorJim Warner <james.warner@comcast.net>
Fri, 11 Feb 2022 06:00:00 +0000 (00:00 -0600)
committerCraig Small <csmall@dropbear.xyz>
Thu, 17 Feb 2022 07:23:30 +0000 (18:23 +1100)
commit0847ea8360e333da3244f9fa999d5f9e3cbd7aba
treedc84cb2ff3ae8f440d4c9a6a383b5f157ea0ac7e
parente5542f1fc33e61f594876039c9eed24a92a2597d
top: attempt to clarify the 'iokey' parameter meanings

The 'iokey' function's parameter 'action' was utilized
with literal numbers in the calling functions. So this
change will replace those literal numbers with #define
constants which, one hopes, will clarify their impact.

Signed-off-by: Jim Warner <james.warner@comcast.net>
top/top.c