Print this page
manpage lint.

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/onbld/Checks/__init__.py
          +++ new/usr/src/tools/onbld/Checks/__init__.py
↓ open down ↓ 18 lines elided ↑ open up ↑
  19   19  #
  20   20  # CDDL HEADER END
  21   21  #
  22   22  
  23   23  #
  24   24  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  25   25  # Use is subject to license terms.
  26   26  #
  27   27  
  28   28  # Copyright 2010, Richard Lowe
       29 +# Copyright 2014 Garrett D'Amore <garrett@damore.org>
  29   30  
  30   31  #
  31   32  # The 'checks' package contains various checks that may be run
  32   33  #
  33   34  
  34   35  __all__ = [
  35   36          'Cddl',
  36   37          'Comments',
  37   38          'Copyright',
  38   39          'CStyle',
  39   40          'HdrChk',
  40   41          'JStyle',
  41   42          'Keywords',
       43 +        'ManLint',
  42   44          'Mapfile']
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX