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/codereview/codereview.1onbld
          +++ new/usr/src/tools/codereview/codereview.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 2008 Sun Microsystems, Inc.  All rights reserved.
  21   21  .\" Use is subject to license terms.
  22      -.TH codereview 1ONBLD "August 5, 2008"
       22 +.TH CODEREVIEW 1ONBLD "Aug 5, 2008"
  23   23  .UC
  24   24  .SH NAME
  25   25  codereview \- Diff list generator
  26   26  .SH SYNOPSIS
  27   27  .B codereview
  28   28  [-e] [-h\f2heading\fP] [-r]
  29   29  .I oldfile
  30   30  .I newfile
  31   31  .SH DESCRIPTION
  32   32  .PP
↓ open down ↓ 33 lines elided ↑ open up ↑
  66   66  .I heading
  67   67  string appears at the upper left of each page,
  68   68  and the page number appears at the upper right.
  69   69  .TP
  70   70  .B \-r
  71   71  Enable page reversal so that the pages appear in the correct sequence
  72   72  in the output tray of printers like the Apple LaserWriter.
  73   73  The default is not to perform page reversal,
  74   74  which is correct for printers like the NEC Silentwriter LC-890.
  75   75  .SH FILES
       76 +.nf
  76   77  /tmp/lwlpXXXXXX         \- temporary file used for page reversal
       78 +.fi
  77   79  .SH LIMITATIONS
  78   80  The maximum input line length is 1024 characters.
  79   81  This should not present a problem
  80   82  since the corresponding output line length would be too long to be printed.
  81   83  The program silently truncates input lines that are too long.
  82   84  .SH NOTES
  83   85  The command
  84   86  .sp 0.5v
  85      -.ti +0.4i
  86   87  pageview -right -h 17 -w 11 -Ws 1100 850 -dpi 100 out.ps
  87   88  .sp 0.5v
  88   89  is useful for displaying the results of
  89   90  .IR codereview .
  90   91  .SH AUTHOR
  91   92  John Zolnowsky
  92   93  .br
  93   94  SunSoft, Inc.
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX