Print this page
6282 ONBLD man pages not pbchk clean
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/scripts/cstyle.1onbld.man.txt
          +++ new/usr/src/tools/scripts/cstyle.1onbld.man.txt
   1      -cstyle(1ONBLD)                illumos Build Tools               cstyle(1ONBLD)
        1 +CSTYLE(1ONBLD)                illumos Build Tools               CSTYLE(1ONBLD)
   2    2  
   3    3  
   4    4  
   5    5  NAME
   6    6         cstyle - check for some common stylistic errors in C source files
   7    7  
   8    8  SYNOPSIS
   9    9         cstyle [-chpvCP] [-o constructs] [file...]
  10   10  
  11   11  DESCRIPTION
↓ open down ↓ 90 lines elided ↑ open up ↑
 102  102             while (do_something(&x) == 0);
 103  103  
 104  104             Will trigger this error.  Instead, do:
 105  105  
 106  106             while (do_something(&x) == 0)
 107  107             ;
 108  108  
 109  109  
 110  110  
 111  111  
 112      -                                 28 March 2005                  cstyle(1ONBLD)
      112 +                                March 28, 2005                  CSTYLE(1ONBLD)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX