Print this page
6205 onbld manuals should be declared as 1onbld
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
   1 .\" ident       "%Z%%M% %I%     %E% SMI"
   2 .\" " CDDL HEADER START
   3 .\" "
   4 .\" " The contents of this file are subject to the terms of the
   5 .\" " Common Development and Distribution License (the "License").
   6 .\" " You may not use this file except in compliance with the License.
   7 .\" "
   8 .\" " You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 .\" " or http://www.opensolaris.org/os/licensing.
  10 .\" " See the License for the specific language governing permissions
  11 .\" " and limitations under the License.
  12 .\" "
  13 .\" " When distributing Covered Code, include this CDDL HEADER in each
  14 .\" " file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 .\" " If applicable, add the following below this CDDL HEADER, with the
  16 .\" " fields enclosed by brackets "[]" replaced with your own identifying
  17 .\" " information: Portions Copyright [yyyy] [name of copyright owner]
  18 .\" "
  19 .\" " CDDL HEADER END
  20 .\" "
  21 .\" "Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  22 .\" "Use is subject to license terms.
  23 .TH lintdump 1 "28 Mar 2008"
  24 .I lintdump
  25 \- dump the contents of one or more lint objects
  26 .SH SYNOPSIS
  27 \fBlintdump [-i] [-p 1|2|3] [-r] \fIlintobj\fP [ \fIlintobj\fP ... ]
  28 .LP
  29 .SH DESCRIPTION
  30 .IX "OS-Net build tools" "lintdump" "" "\fBlintdump\fP"
  31 .LP
  32 The lintdump utility dumps the contents of one or more lint
  33 objects.  This is chiefly useful when trying to understand the cause of
  34 unexpected or obtuse lint warnings (see EXAMPLES), but can also be used to
  35 find differences between lint objects across builds or releases, or to
  36 debug problems in lint itself.
  37 .LP
  38 A lint object is a binary file (typically suffixed with ".ln") constructed
  39 from a C source file via the "-c" option to lint(1).  Multiple lint
  40 objects may be combined into a lint library object (typically prefixed
  41 with "llib-l" and suffixed with ".ln") using the "-o" option to lint.  (As
  42 a convenience, lint "-o" allows a lint library object to be built directly
  43 from C source files). The lintdump utility is capable of dumping both



   1 .\" " CDDL HEADER START
   2 .\" "
   3 .\" " The contents of this file are subject to the terms of the
   4 .\" " Common Development and Distribution License (the "License").
   5 .\" " You may not use this file except in compliance with the License.
   6 .\" "
   7 .\" " You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   8 .\" " or http://www.opensolaris.org/os/licensing.
   9 .\" " See the License for the specific language governing permissions
  10 .\" " and limitations under the License.
  11 .\" "
  12 .\" " When distributing Covered Code, include this CDDL HEADER in each
  13 .\" " file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  14 .\" " If applicable, add the following below this CDDL HEADER, with the
  15 .\" " fields enclosed by brackets "[]" replaced with your own identifying
  16 .\" " information: Portions Copyright [yyyy] [name of copyright owner]
  17 .\" "
  18 .\" " CDDL HEADER END
  19 .\" "
  20 .\" "Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  21 .\" "Use is subject to license terms.
  22 .TH lintdump 1ONBLD "28 Mar 2008"
  23 .I lintdump
  24 \- dump the contents of one or more lint objects
  25 .SH SYNOPSIS
  26 \fBlintdump [-i] [-p 1|2|3] [-r] \fIlintobj\fP [ \fIlintobj\fP ... ]
  27 .LP
  28 .SH DESCRIPTION
  29 .IX "OS-Net build tools" "lintdump" "" "\fBlintdump\fP"
  30 .LP
  31 The lintdump utility dumps the contents of one or more lint
  32 objects.  This is chiefly useful when trying to understand the cause of
  33 unexpected or obtuse lint warnings (see EXAMPLES), but can also be used to
  34 find differences between lint objects across builds or releases, or to
  35 debug problems in lint itself.
  36 .LP
  37 A lint object is a binary file (typically suffixed with ".ln") constructed
  38 from a C source file via the "-c" option to lint(1).  Multiple lint
  39 objects may be combined into a lint library object (typically prefixed
  40 with "llib-l" and suffixed with ".ln") using the "-o" option to lint.  (As
  41 a convenience, lint "-o" allows a lint library object to be built directly
  42 from C source files). The lintdump utility is capable of dumping both