sccsdiff(1) (Source Code Control System Utilities) sccsdiff(1)
NAME
sccsdiff - compare two versions of an SCCS file
SYNOPSIS
sccsdiff -rSID1 -rSID2 [-p] [-sn] files
DESCRIPTION
sccsdiff 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.
-rSID1 -rSID2 SID1 and SID2 specify the deltas of an SCCS
file that are to be compared. Versions are
passed to bdiff in the order given.
-p pipe output for each file through pr.
-sn n is the file segment size that bdiff will
pass to diff. This option is useful when diff
fails due to a high system load.
FILES
/var/tmp/get????? temporary files
EXAMPLE
sccsdiff -r1.1 -r1.2 s.test1.c
would show the differences between version 1.1 and version 1.2 of the
file test1.c.
SEE ALSO
get(1), help(1).
diff(1), bdiff(1), pr(1) in the User's Reference Manual.
8/91 Page 1