SCCSDIFF(1) SysV SCCSDIFF(1)
NAME
sccsdiff - compare two versions of an SCCS file
SYNOPSIS
sccsdiff -r SID1 -r SID2 [-p] [-s n] 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.
OPTIONS
-rSID? Use SID1 or SID2 to 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 Specify n as the file segment size that bdiff will pass to
diff(1). This is useful when diff fails due to a high system
load.
FILES
/tmp/get????? Temporary files
DIAGNOSTICS
``file: No differences'' If the two versions are the same.
Use help(1) for explanations.
SEE ALSO
get(1), bdiff(1), help(1), pr(1).