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/findunref/findunref.1onbld
          +++ new/usr/src/tools/findunref/findunref.1onbld
↓ open down ↓ 11 lines elided ↑ open up ↑
  12   12  .\" When distributing Covered Code, include this CDDL HEADER in each
  13   13  .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  14   14  .\" If applicable, add the following below this CDDL HEADER, with the
  15   15  .\" fields enclosed by brackets "[]" replaced with your own identifying
  16   16  .\" information: Portions Copyright [yyyy] [name of copyright owner]
  17   17  .\"
  18   18  .\" CDDL HEADER END
  19   19  .\"
  20   20  .\" Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  21   21  .\" Use is subject to license terms.
  22      -.TH findunref 1ONBLD "Oct 30, 2012"
       22 +.TH FINDUNREF 1ONBLD "Oct 30, 2012"
  23   23  .I findunref
  24   24  \- find unused files in a source tree
  25   25  .SH SYNOPSIS
  26   26  findunref [\fB-s\fP \fIsubtree\fP] [\fB-t\fP \fItstampfile\fP]
  27   27  [\fB-S\fP \fBhg\fP|\fBtw\fP|\fBgit\fP] \fIsrcroot\fP \fIexceptfile\fP
  28      -.LP
  29   28  .SH DESCRIPTION
  30      -.IX "OS-Net build tools" "findunref" "" "\fBfindunref\fP"
  31   29  .LP
  32   30  The findunref utility lists the files in a source tree which have not been
  33   31  accessed more recently than a particular timestamp file.  Although
  34   32  findunref may be used on its own, it is usually invoked by
  35   33  \fBnightly\fP(1ONBLD) to find files that are never referenced during a given
  36   34  build (see \fB-f\fP in \fBnightly\fP(1ONBLD)).
  37   35  .LP
  38   36  The root of the source tree to examine is specified by \fIsrcroot\fP.  To
  39   37  simplify comparing findunref output from different source trees, findunref
  40   38  outputs all filenames relative to \fIsrcroot\fP.
↓ open down ↓ 61 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX