sccsdiff(CP) 6 January 1993 sccsdiff(CP) 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 the deltas of an SCCS file that are to be com- pared. 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. Diagnostics ``file: No differences'' If the two versions are the same. See also bdiff(C), get(CP), pr(C)