=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/display.c,v retrieving revision 1.40 retrieving revision 1.41 diff -c -r1.40 -r1.41 *** src/usr.bin/top/display.c 2010/04/23 09:26:13 1.40 --- src/usr.bin/top/display.c 2011/12/16 14:50:24 1.41 *************** *** 1,4 **** ! /* $OpenBSD: display.c,v 1.40 2010/04/23 09:26:13 otto Exp $ */ /* * Top users/processes display for Unix --- 1,4 ---- ! /* $OpenBSD: display.c,v 1.41 2011/12/16 14:50:24 jsing Exp $ */ /* * Top users/processes display for Unix *************** *** 769,776 **** "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" - "h | ? - help; show this text\n" "g string - filter on command name (g+ selects all commands)\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" --- 769,777 ---- "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" "g string - filter on command name (g+ selects all commands)\n" + "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" *************** *** 781,787 **** "r count pid - renice process `pid' to nice value `count'\n" "S - toggle the display of system processes\n" "s time - change delay between displays to `time' seconds\n" - "T - toggle the display of threads\n" "u user - display processes for `user' (u+ selects all users)\n" "\n"); --- 782,787 ----