sccsdiff(1)
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. You can specify any number of SCCS files, 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(1) in the order given.
−p pipe output for each file through pr(1).
−sn n is the file segment size that bdiff passes to diff(1). This is useful when diff fails due to a high system load.
DIAGNOSTICS
“file: No differences” If the two versions are the same.
Use sccshelp(1) for explanations.
FILES
/tmp/get????? Temporary files
SEE ALSO
bdiff(1), get(1), pr(1), sccs(1), sccshelp(1)
System Management Guide