[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.52 and 1.53

version 1.52, 2007/07/27 13:59:27 version 1.53, 2007/09/10 10:48:01
Line 845 
Line 845 
                         break;                          break;
   
                 case CMD_hl:                  case CMD_hl:
                         new_message(MT_standout, "Process ID to higlight: ");                          new_message(MT_standout, "Process ID to highlight: ");
                         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.52  
changed lines
  Added in v.1.53