=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/display.c,v retrieving revision 1.61 retrieving revision 1.62 diff -c -r1.61 -r1.62 *** src/usr.bin/top/display.c 2019/10/27 13:52:26 1.61 --- src/usr.bin/top/display.c 2020/06/27 01:09:57 1.62 *************** *** 1,4 **** ! /* $OpenBSD: display.c,v 1.61 2019/10/27 13:52:26 kn Exp $ */ /* * Top users/processes display for Unix --- 1,4 ---- ! /* $OpenBSD: display.c,v 1.62 2020/06/27 01:09:57 kn Exp $ */ /* * Top users/processes display for Unix *************** *** 805,810 **** --- 805,812 ---- " - update screen\n" "+ - reset any P highlight, g, p, or u filters\n" "1 - display CPU statistics on a single line\n" + "9 | 0 - scroll up/down the process list by one line\n" + "( | ) - scroll up/down the process list by screen half\n" "C - toggle the display of command line arguments\n" "d count - show `count' displays, then exit\n" "e - list errors generated by last \"kill\" or \"renice\" command\n" *************** *** 812,818 **** "h | ? - help; show this text\n" "H - toggle the display of threads\n" "I | i - toggle the display of idle processes\n" ! "k [-sig] pid - send signal `-sig' to process `pid'\n" "n|# count - show `count' processes\n" "o [-]field - specify sort order (size, res, cpu, time, pri, pid, command)\n" " (o -field sorts in reverse)\n" --- 814,820 ---- "h | ? - help; show this text\n" "H - toggle the display of threads\n" "I | i - toggle the display of idle processes\n" ! "k [-sig] pid - send signal `-sig' (TERM by default) to process `pid'\n" "n|# count - show `count' processes\n" "o [-]field - specify sort order (size, res, cpu, time, pri, pid, command)\n" " (o -field sorts in reverse)\n"