[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.11 and 1.12

version 1.11, 2001/05/01 17:58:03 version 1.12, 2003/06/10 09:12:10
Line 420 
Line 420 
 Switches on the command line, though, always override profile  Switches on the command line, though, always override profile
 switches.  switches.
 The switches should be separated by spaces, tabs or newlines.  The switches should be separated by spaces, tabs or newlines.
 .Pp  
 .Ss Comments  .Ss Comments
 .Sq Em Box  .Sq Em Box
 .Em comments .  .Em comments .
Line 444 
Line 443 
 fits as many words (separated by blanks, tabs, or newlines) on a  fits as many words (separated by blanks, tabs, or newlines) on a
 line as possible.  line as possible.
 Blank lines break paragraphs.  Blank lines break paragraphs.
 .Pp  
 .Ss Comment indentation  .Ss Comment indentation
 If a comment is on a line with code it is started in the  If a comment is on a line with code it is started in the
 .Dq comment column ,  .Dq comment column ,
Line 461 
Line 459 
 If the code on a line extends past the comment  If the code on a line extends past the comment
 column, the comment starts further to the right, and the right margin may be  column, the comment starts further to the right, and the right margin may be
 automatically extended in extreme cases.  automatically extended in extreme cases.
 .Pp  
 .Ss Preprocessor lines  .Ss Preprocessor lines
 In general,  In general,
 .Nm  .Nm
Line 475 
Line 472 
 .Nm  .Nm
 attempts to correctly  attempts to correctly
 compensate for the syntactic peculiarities introduced.  compensate for the syntactic peculiarities introduced.
 .Pp  
 .Ss C syntax  .Ss C syntax
 .Nm  .Nm
 understands a substantial amount about the syntax of C, but it  understands a substantial amount about the syntax of C, but it

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12