[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.65 and 1.66

version 1.65, 2007/11/29 10:06:30 version 1.66, 2009/06/04 19:01:30
Line 190 
Line 190 
                 case 'd':       /* number of displays to show */                  case 'd':       /* number of displays to show */
                         if ((i = atoiwi(optarg)) != Invalid && i != 0) {                          if ((i = atoiwi(optarg)) != Invalid && i != 0) {
                                 displays = i;                                  displays = i;
                                   if (displays == 1)
                                           interactive = No;
                                 break;                                  break;
                         }                          }
                         new_message(MT_delayed,                          new_message(MT_delayed,

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66