Name
sccsdiff - compare two versions of an SCCS file
Syntax
sccsdiff -rSID1 -rSID2 [-p] [-sn] files
Description
The sccsdiff command compares two versions of an SCCS file
and generates the differences between the two versions. Any
number of SCCS files may be specified, but arguments apply
to all files.
-rSID? SID1 and SID2 specify the deltas of an SCCS
file that are to be compared. Versions are
passed to bdiff(C) in the order given.
-p pipe output for each file through pr(C).
-sn n is the file segment size that bdiff will
pass to diff(C). This is useful when diff
fails due to a high system load.
Files
/tmp/get????? Temporary files
See Also
get(CP).
bdiff(C), pr(C) in the User's Reference.
Diagnostics
``file: No differences'' If the two versions are the same.
(printed 6/18/89)