1 codereview(1) User Commands codereview(1)
2
3
4
5
6 NAME
7 codereview - Diff list generator
8
9 SYNOPSIS
10 codereview [-e] [-hheading] [-r] oldfile newfile
11
12 DESCRIPTION
13 The codereview command expects two ASCII text files as input and
14 produces Postscript describing the differences between the files. The
15 first file is assumed to be the older version, and the second file is
16 assumed to be the newer version. If either oldfile or newfile is -,
17 the corresponding file is taken from the standard input. The output
18 goes to standard output and lists all lines from both files, with lines
19 changed from the first to the second being highlighted in gray. Lines
20 deleted from the first file are listed in italic, while lines added to
21 the second file are listed in bold.
43 FILES
44 /tmp/lwlpXXXXXX - temporary file used for page reversal
45
46 LIMITATIONS
47 The maximum input line length is 1024 characters. This should not
48 present a problem since the corresponding output line length would be
49 too long to be printed. The program silently truncates input lines
50 that are too long.
51
52 NOTES
53 The command
54 pageview -right -h 17 -w 11 -Ws 1100 850 -dpi 100 out.ps
55 is useful for displaying the results of codereview.
56
57 AUTHOR
58 John Zolnowsky
59 SunSoft, Inc.
60
61
62
63 3rd Berkeley Distribution August 5, 2008 codereview(1)
|
1 codereview(1ONBLD) illumos Build Tools codereview(1ONBLD)
2
3
4
5
6 NAME
7 codereview - Diff list generator
8
9 SYNOPSIS
10 codereview [-e] [-hheading] [-r] oldfile newfile
11
12 DESCRIPTION
13 The codereview command expects two ASCII text files as input and
14 produces Postscript describing the differences between the files. The
15 first file is assumed to be the older version, and the second file is
16 assumed to be the newer version. If either oldfile or newfile is -,
17 the corresponding file is taken from the standard input. The output
18 goes to standard output and lists all lines from both files, with lines
19 changed from the first to the second being highlighted in gray. Lines
20 deleted from the first file are listed in italic, while lines added to
21 the second file are listed in bold.
43 FILES
44 /tmp/lwlpXXXXXX - temporary file used for page reversal
45
46 LIMITATIONS
47 The maximum input line length is 1024 characters. This should not
48 present a problem since the corresponding output line length would be
49 too long to be printed. The program silently truncates input lines
50 that are too long.
51
52 NOTES
53 The command
54 pageview -right -h 17 -w 11 -Ws 1100 850 -dpi 100 out.ps
55 is useful for displaying the results of codereview.
56
57 AUTHOR
58 John Zolnowsky
59 SunSoft, Inc.
60
61
62
63 3rd Berkeley Distribution August 5, 2008 codereview(1ONBLD)
|