[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.22 and 1.23

version 1.22, 2007/02/04 19:17:14 version 1.23, 2007/02/06 06:53:13
Line 68 
Line 68 
 show_help(void)  show_help(void)
 {  {
         printf("Top version %s, %s\n", version_string(), copyright);          printf("Top version %s, %s\n", version_string(), copyright);
         puts("\n\n"          puts("These single-character commands are available:\n"
             "A top users display for Unix\n"  
             "\n"              "\n"
             "These single-character commands are available:\n"  
             "\n"  
             "^L      - redraw screen\n"              "^L      - redraw screen\n"
             "h or ?  - help; show this text\n"              "h or ?  - help; show this text\n"
             "q       - quit");              "q       - quit");
Line 89 
Line 86 
                     "d       - change number of displays to show\n"                      "d       - change number of displays to show\n"
                     "e       - list errors generated by last \"kill\" or \"renice\" command\n"                      "e       - list errors generated by last \"kill\" or \"renice\" command\n"
                     "g       - filter on command name (+ selects all commands)\n"                      "g       - filter on command name (+ selects all commands)\n"
                     "i       - toggle the displaying of idle processes\n"                      "i or I  - toggle the displaying of idle processes\n"
                     "I       - same as 'i'\n"  
                     "k       - kill processes; send a signal to a list of processes\n"                      "k       - kill processes; send a signal to a list of processes\n"
                     "n or #  - change number of processes to display\n"                      "n or #  - change number of processes to display\n"
                     "o       - specify sort order (size, res, cpu, time, pri)\n"                      "o       - specify sort order (size, res, cpu, time, pri)\n"

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23