|
User Commands | sccs-sccsdiff(1) |
| sccs-sccsdiff, sccsdiff - compare two versions of an SCCS file |
SYNOPSIS
| /usr/ccs/bin/sccsdiff [-p] -rsid -rsid [diff-options] s.filename |
|
sccsdiff compares two versions of an SCCS file and displays the differences between the two versions. Any number of SCCS files may be specified. The options specified apply to all named s.files.
|
|
The following options are supported:
- -p
- Pipe output for each file through pr(1).
- -rsid
- Specify a version corresponding to the indicated SCCS delta ID (SID) for comparison. Versions are passed to diff(1) in the order given.
-
diff-options
- Pass options to diff(1), including: -b, -c, -e, -f, -h, -u, -C number, -U number, and -D string.
|
|
-
/tmp/get?????
- temporary files
|
|
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
Availability | SUNWsprot |
|
|
-
filename: No differences
- If the two versions are the same.
Use the SCCS help command for explanations of other messages. See sccs-help(1).
|
| |