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

Diff for /src/usr.bin/top/top.c between version 1.36 and 1.37

version 1.36, 2005/04/13 02:33:09 version 1.37, 2005/05/13 20:43:30
Line 817 
Line 817 
                         break;                          break;
   
                 case CMD_pid:                  case CMD_pid:
                         new_message(MT_standout, "Process id to show: ");                          new_message(MT_standout, "Process ID to show: ");
                         if (readline(tempbuf2, sizeof(tempbuf2), No) > 0) {                          if (readline(tempbuf2, sizeof(tempbuf2), No) > 0) {
                                 if (tempbuf2[0] == '+' &&                                  if (tempbuf2[0] == '+' &&
                                     tempbuf2[1] == '\0') {                                      tempbuf2[1] == '\0') {

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37