Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 26090
Collapse All | Expand All

(-)top.c (-1 / +1 lines)
Lines 1765-1771 Link Here
1765
               break;
1765
               break;
1766
            case 'p':
1766
            case 'p':
1767
               do {
1767
               do {
1768
                  if (selection_type) std_err("conflicting process selection");
1768
                  if (selection_type && selection_type != 'p') std_err("conflicting process selection");
1769
                  selection_type = 'p';
1769
                  selection_type = 'p';
1770
                  if (cp[1]) cp++;
1770
                  if (cp[1]) cp++;
1771
                  else if (*args) cp = *args++;
1771
                  else if (*args) cp = *args++;

Return to bug 26090