sccsdiff(1) sccsdiff(1)
NAME
sccsdiff - compares two versions of an SCCS file
SYNOPSIS
sccsdiff -rdelta1 -rdelta2 [-p] [-sn] file...
ARGUMENTS
file Specifies the SCCS file to be compared.
-p Pipes output for each file through pr.
-rdelta1 Specifies the earlier delta version of an SCCS
file This file is to be compared with delta2.
-rdelta2 Specifies the later delta version of an SCCS file
This file is to be compared with delta2.
-sn Specifies the file segment size that is passed to
diff. This is useful when diff fails due to a
high system load.
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. sccsdiff first outputs lines resembling the ed(1)
commands to convert file1 into file2. It then outputs the
actual lines that differ.
EXAMPLES
To show the differences between version 1.1 and version 1.2
of the file, test1.c enter:
sccsdiff -r1.1 -r1.2 s.test1.c
STATUS MESSAGES AND VALUES
file: No differences
If the two versions are the same.
Use help for explanations.
FILES
/usr/bin/sccsdiff
Executable file
/tmp/get?????
Temporary file
SEE ALSO
admin(1), bdiff(1), cdc(1), comb(1), delta(1), diff(1),
get(1), help(1), pr(1), sccs(1)
January 1992 1
``SCCS Reference'' in A/UX Programming Languages and Tools,
Volume 2
2 January 1992