Fix a few lines that runoff is complaining about that they are too long
This commit is contained in:
parent
5f03799f84
commit
b7fed77b7b
3 changed files with 13 additions and 7 deletions
|
|
@ -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 &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue