[BACK]Return to display.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / top

Diff for /src/usr.bin/top/display.c between version 1.61 and 1.62

version 1.61, 2019/10/27 13:52:26 version 1.62, 2020/06/27 01:09:57
Line 805 
Line 805 
             "<space>      - update screen\n"              "<space>      - update screen\n"
             "+            - reset any P highlight, g, p, or u filters\n"              "+            - reset any P highlight, g, p, or u filters\n"
             "1            - display CPU statistics on a single line\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"              "C            - toggle the display of command line arguments\n"
             "d count      - show `count' displays, then exit\n"              "d count      - show `count' displays, then exit\n"
             "e            - list errors generated by last \"kill\" or \"renice\" command\n"              "e            - list errors generated by last \"kill\" or \"renice\" command\n"
Line 812 
Line 814 
             "h | ?        - help; show this text\n"              "h | ?        - help; show this text\n"
             "H            - toggle the display of threads\n"              "H            - toggle the display of threads\n"
             "I | i        - toggle the display of idle processes\n"              "I | i        - toggle the display of idle processes\n"
             "k [-sig] pid - send signal `-sig' to process `pid'\n"              "k [-sig] pid - send signal `-sig' (TERM by default) to process `pid'\n"
             "n|# count    - show `count' processes\n"              "n|# count    - show `count' processes\n"
             "o [-]field   - specify sort order (size, res, cpu, time, pri, pid, command)\n"              "o [-]field   - specify sort order (size, res, cpu, time, pri, pid, command)\n"
             "               (o -field sorts in reverse)\n"              "               (o -field sorts in reverse)\n"

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62