sccsdiff(1) CLIX sccsdiff(1)
NAME
sccsdiff - Compares two versions of an SCCS file
SYNOPSIS
sccsdiff -r SID1 -r SID2 [-p] [-sn] file ...
FLAGS
-rSID? Specifies the versions of a SCCS file that are to be compared.
The SID? notation represents the two versions: SID1 and SID2.
Versions are passed to bdiff in the order given.
-p Pipes output for each file through pr.
-sn Specifies the file segment size, n, which will be passed to diff.
This is useful when diff fails due to a high system load.
DESCRIPTION
The sccsdiff command compares two versions of a SCCS file and generates
the differences between the two versions. Any number of SCCS files may be
specified, but arguments apply to all files.
EXAMPLES
1. To report the differences between versions 1.1 and 1.2 of file.c:
sccsdiff -rl.1 -r1.2 s.file.c
2. To report the differences between the latest version of file.c and
version 1.1:
sccsdiff -r -r1.1 s.file.c
FILES
/tmp/get?????
Temporary files.
file.c.
DIAGNOSTICS
file: No differences
Occurs if two versions of the file are the same.
EXIT VALUES
2/94 - Intergraph Corporation 1
sccsdiff(1) CLIX sccsdiff(1)
If successful, the sccsdiff command exits with a value of 0. If errors
occur, sccsdiff exits with a value of 1.
RELATED INFORMATION
Commands: get(1), bdiff(1), help(1), pr(1)
2 Intergraph Corporation - 2/94