[BACK]Return to indent.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / indent

Diff for /src/usr.bin/indent/indent.1 between version 1.3 and 1.4

version 1.3, 1997/06/09 15:47:08 version 1.4, 1997/06/23 22:03:36
Line 161 
Line 161 
 }  }
 .Ed  .Ed
 .Pp  .Pp
 .It Fl c n  .It Fl c Ns Ar n
 The column in which comments on code start.  The default is 33.  The column in which comments on code start.  The default is 33.
 .It Fl cd n  .It Fl cd Ns Ar n
 The column in which comments on declarations start.  The default  The column in which comments on declarations start.  The default
 is for these comments to start in the same column as those on code.  is for these comments to start in the same column as those on code.
 .It Fl cdb , ncdb  .It Fl cdb , ncdb
Line 282 
Line 282 
 .Bd -literal -offset indent  .Bd -literal -offset indent
 .Li p1\ =\ first_procedure(second_procedure(p2,  .Li p1\ =\ first_procedure(second_procedure(p2,
 .Li \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ p3),  .Li \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ p3),
 .Li \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ third_procedure(p4  .Li \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ third_procedure(p4,
 .Li \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ p5));  .Li \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ p5));
 .Ed  .Ed
 .It Fl npro  .It Fl npro

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4