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

Diff for /src/usr.bin/top/commands.c between version 1.25 and 1.26

version 1.25, 2007/02/09 21:15:18 version 1.26, 2007/02/14 08:29:28
Line 83 
Line 83 
                 puts(                  puts(
                     "+            - reset any g, p, or u filters\n"                      "+            - reset any g, p, or u filters\n"
                     "C            - toggle the display of command line arguments\n"                      "C            - toggle the display of command line arguments\n"
                     "d n          - show number `n' displays\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"
                     "g string     - filter on command name (g+ selects all commands)\n"                      "g string     - filter on command name (g+ selects all commands)\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' to process `pid'\n"
                     "n|# n        - show number `n' processes\n"                      "n|# count    - show `count' processes\n"
                     "o field      - specify sort order (size, res, cpu, time, pri)\n"                      "o field      - specify sort order (size, res, cpu, time, pri)\n"
                     "p pid        - display process by `pid' (p+ selects all processes)\n"                      "p pid        - display process by `pid' (p+ selects all processes)\n"
                     "r n pid      - renice process `pid' to nice value `n'\n"                      "r count pid  - renice process `pid' to nice value `count'\n"
                     "S            - toggle the display of system processes\n"                      "S            - toggle the display of system processes\n"
                     "s n          - change delay between displays to `n' seconds\n"                      "s time       - change delay between displays to `time' seconds\n"
                     "T            - toggle the display of threads\n"                      "T            - toggle the display of threads\n"
                     "u user       - display processes for `user' (u+ selects all users)\n"                      "u user       - display processes for `user' (u+ selects all users)\n"
                     "\n");                      "\n");

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26