sccsdiff(1)
NAME
sccsdiff − compare and display SCCS delta differences
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.
OPTIONS
−pDisplays output using pr() command.
−rSID?
Indicates deltas to be prepared. Versions are passed to bdiff() in the order given.
−sn
Sets number of lines each segment is to contain. 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() for explanations.
FILES
/tmp/get????? Temporary files
SEE ALSO
bdiff(1), get(1), prs(1), sccs(1), sccshelp(1)
Guide to the Source Code Control System