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>

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/scripts/wsdiff.1
          +++ new/usr/src/tools/scripts/wsdiff.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 (c) 2010, Oracle and/or its affiliates. All rights reserved.
  21   21  .\" "
  22      -.TH wsdiff 1 "15 Jul 2010"
       22 +.TH wsdiff 1ONBLD "15 Jul 2010"
  23   23  .I wsdiff
  24   24  \- report differences between proto area objects
  25   25  .SH SYNOPSIS
  26   26  \fBwsdiff [-dvVst] [-r \fIresults\fP] [-i \fIfilelist\fP] \fIold\fP \fInew\fP
  27   27  .LP
  28   28  .SH DESCRIPTION
  29   29  .IX "OS-Net build tools" "wsdiff" "" "\fBwsdiff\fP"
  30   30  .LP
  31   31  The wsdiff utility detects and reports on object differences found between
  32   32  two proto areas constructed from the same workspace. This can be useful
↓ open down ↓ 128 lines elided ↑ open up ↑
 161  161  .LP
 162  162  .nf
 163  163  user@example$ echo "usr/lib/mdb/kvm/sparcv9/genunix.so" > flist
 164  164  user@example$ wsdiff -vV -r results -i flist proto.old proto
 165  165  usr/lib/mdb/kvm/sparcv9/genunix.so
 166  166  
 167  167  user@example$ cat results
 168  168  <... verbose differences only for genunix.so ...>
 169  169  .fi
 170  170  .PP
 171      -\fBExample 4: Invoking wsdiff through nightly(1)\fR
      171 +\fBExample 4: Invoking wsdiff through nightly(1ONBLD)\fR
 172  172  .PP
 173      -By specifying -w in NIGHTLY_OPTIONS, nightly(1) will use wsdiff(1) to determine
      173 +By specifying -w in NIGHTLY_OPTIONS, nightly(1ONBLD) will use wsdiff(1ONBLD) to determine
 174  174  which objects look different, compared to the previous build. A pre-existing proto area
 175      -must exist for wsdiff(1) to compare against. nightly(1) will move aside the
      175 +must exist for wsdiff(1ONBLD) to compare against. nightly(1ONBLD) will move aside the
 176  176  pre-existing proto area (renaming it to $ROOT.prev under proto), and will
 177  177  invoke wsdiff at the end of the build. The list of changed objects will be reported
 178  178  in the nightly mail message, and a results file "wsdiff_results" will appear in the
 179  179  nightly log area.
 180  180  .PP
 181  181  \fBExample 5: Influencing the level of paralelism\fR
 182  182  .PP
 183  183  wsdiff spawns a number of threads by default after it determines the list
 184  184  of files for comparison. Default number of threads is based on the number of
 185  185  on-line CPUs present in the system. To set the number of threads for processing
 186  186  to some other value the DMAKE_MAX_JOBS environment variable can be used:
 187  187  .LP
 188  188  .nf
 189  189  $ DMAKE_MAX_JOBS=24 wsdiff proto_base proto_patch
 190  190  .fi
 191  191  .PP
 192      -Note that this variable is also used for nightly(1) so when run from
 193      -nightly(1), wsdiff will honor the setting.
      192 +Note that this variable is also used for nightly(1ONBLD) so when run from
      193 +nightly(1ONBLD), wsdiff will honor the setting.
 194  194  .LP
 195  195  .SH SEE ALSO
 196  196  .LP
 197      -.IR lintdump(1),
 198      -.IR nightly(1),
      197 +.IR nightly(1ONBLD),
 199  198  .IR elfdump(1),
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX