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/webrev.1onbld
          +++ new/usr/src/tools/scripts/webrev.1onbld
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  .\" If applicable, add the following below this CDDL HEADER, with the
  16   16  .\" fields enclosed by brackets "[]" replaced with your own identifying
  17   17  .\" information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  .\"
  19   19  .\" CDDL HEADER END
  20   20  .\"
  21   21  .\" Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  22   22  .\" Use is subject to license terms.
  23   23  .\"
  24   24  .\"
  25      -.TH webrev 1ONBLD "7 Feb 2014"
       25 +.TH WEBREV 1ONBLD "Feb 7, 2014"
  26   26  .SH NAME
  27   27  webrev \- Generate HTML codereview materials
  28   28  .SH SYNOPSIS
  29   29  .B webrev
  30   30  [
  31   31  .I common-options
  32   32  ]
  33   33  
  34   34  .B webrev
  35   35  [
↓ open down ↓ 67 lines elided ↑ open up ↑
 103  103  .nf
 104  104       unchanged : black
 105  105         removed : brown
 106  106         changed : blue
 107  107             new : bold blue
 108  108  .fi
 109  109  
 110  110  .SH SCM INTERACTIONS
 111  111  .PP
 112  112  .B webrev
 113      -attempts to interact with the source code management system currently in use.  
      113 +attempts to interact with the source code management system currently in use.
 114  114  .B webrev
 115  115  needs to be able locate the code under review (i.e. the workspace) and
 116  116  the basis for comparison (i.e. the parent).  The method for doing so
 117  117  depends upon the SCM in use, which
 118  118  .B webrev
 119  119  will also attempt to auto-discover.  In all cases,
 120  120  .B webrev
 121  121  must either discover the list of files which have changed, or else this list
 122  122  must be manually specified, either in "webrev file list" format or in "wx"
 123  123  format.
↓ open down ↓ 120 lines elided ↑ open up ↑
 244  244  this mode when invoking webrev.  The list is assumed to be in the
 245  245  format expected by the \fIwx\fR package.  See FILE LIST, below.
 246  246  
 247  247  .SH FILE LIST
 248  248  .PP
 249  249  .B Webrev
 250  250  needs to be told or to discover which files have changed in a
 251  251  given workspace.  By default,
 252  252  .B webrev
 253  253  will attempt to autodetect the
 254      -list of changed files by first consulting 
      254 +list of changed files by first consulting
 255  255  .BR wx "(1)."
 256  256  If this information is not available, webrev tries to consult the SCM (Source
 257  257  Code Manager) currently in use.  If that fails, the user must intervene by
 258  258  specifying either a file list or additional options specific to the SCM in use.
 259  259  
 260  260  .SS Webrev Format
 261  261  A webrev formatted file list contains a list of all the files to
 262  262  be included in the review with paths relative to the workspace
 263  263  directory, e.g.
 264  264  .IP
↓ open down ↓ 174 lines elided ↑ open up ↑
 439  439  .SH ACKNOWLEDGEMENTS
 440  440  Acknowledgements to Rob Thurlow, Mike Eisler, Lin Ling,
 441  441  Rod Evans, Mike Kupfer, Greg Onufer, Glenn Skinner,
 442  442  Oleg Larin, David Robinson, Matthew Cross, David L. Paktor,
 443  443  Neal Gafter, John Beck, Darren Moffat, Norm Shulman, Bill Watson,
 444  444  Pedro Rubio and Bill Shannon for valuable feedback and insight in
 445  445  building webrev.
 446  446  
 447  447  Have fun!
 448  448  .br
      449 +.nf
 449  450                  Brent Callaghan  11/28/96
      451 +.fi
 450  452  
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX