Fix a few lines that runoff is complaining about that they are too long

This commit is contained in:
Frans Kaashoek 2016-09-02 14:59:00 -04:00
parent 5f03799f84
commit b7fed77b7b
3 changed files with 13 additions and 7 deletions

View file

@ -195,7 +195,8 @@ consoleintr(int (*getc)(void))
while((c = getc()) >= 0){
switch(c){
case C('P'): // Process listing.
doprocdump = 1; // procdump() locks cons.lock indirectly; invoke later
// procdump() locks cons.lock indirectly; invoke later
doprocdump = 1;
break;
case C('U'): // Kill line.
while(input.e != input.w &&