1sccs-sccsdiff(1) User Commands sccs-sccsdiff(1)
2
3
4
6 sccs-sccsdiff, sccsdiff - compare two versions of an SCCS file
7
9 sccsdiff [-p] -rsid -rsid [diff-options] s.filename
10
11
13 sccsdiff compares two versions of an SCCS file and displays the differ‐
14 ences between the two versions. Any number of SCCS files can be speci‐
15 fied. The options specified apply to all named s.files.
16
18 The following options are supported:
19
20 -p Pipe output for each file through pr(1).
21
22
23 -rsid Specify a version corresponding to the indicated SCCS
24 delta ID (SID) for comparison. Versions are passed to
25 diff(1) in the order given.
26
27
28 diff-options Pass options to diff(1), including: -b, -c, -e, -f, -h,
29 -u, -C number, -U number, and -D string.
30
31
33 /tmp/get????? temporary files
34
35
37 See attributes(5) for descriptions of the following attributes:
38
39
40
41
42 ┌─────────────────────────────┬─────────────────────────────┐
43 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
44 ├─────────────────────────────┼─────────────────────────────┤
45 │Availability │SUNWsprot │
46 └─────────────────────────────┴─────────────────────────────┘
47
49 diff(1), sccs(1), sccs-delta(1), sccs-get(1), sccs-help(1), sccs-
50 prs(1), sccs-prt(1), what(1), sccsfile(4), attributes(5)
51
53 filename: No differences If the two versions are the same.
54
55
56
57 Use the SCCS help command for explanations of other messages. See sccs-
58 help(1).
59
60
61
62SunOS 5.11 30 Jun 2007 sccs-sccsdiff(1)