SCCSDIFF(1) DOMAIN/IX Reference Manual (SYS5) SCCSDIFF(1)
NAME
sccsdiff - compare two versions of an SCCS file
USAGE
sccsdiff -rSID1 -rSID2 [ -p ] [ -sn ] files
DESCRIPTION
Sccsdiff compares two versions of an SCCS file and generates
the differences between the two versions. You may specify
any number of SCCS files, but arguments will apply to all
files.
OPTIONS
-rSID? SID1 and SID2 specify the deltas of an SCCS file
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 (1)
fails due to a high system load.
FILES
/tmp/get????? temporary files
DIAGNOSTICS
Use help (1) for explanations.
`` file ": No differences''
The two versions are the same.
RELATED INFORMATION
bdiff (1), get (1), help (1), pr (1).
Printed 6/10/85 SCCSDIFF-1