SysIII/usr/src/man/man1/sact.1

Compare this file to the similar file:
Show the results in this format:

.TH SACT 1
.SH NAME
sact \- print current \s-1SCCS\s+1 file editing activity
.SH SYNOPSIS
.B sact
files
.SH DESCRIPTION
.I Sact\^
informs the user of any impending deltas to a named
.SM SCCS
file.
This situation occurs when
.IR get (1)
with the
.B \-e
option has been previously executed without a subsequent
execution of
.IR delta (1).
If a directory is named on the command line,
.I sact\^
behaves as though each file in the directory were
specified as a named file, except that
non-\s-1SCCS\s+1
files and unreadable files are silently ignored.
If a name of
.B \-
is given, the standard input is read with each line
being taken as the name of an
.SM SCCS
file to be processed.
.P
The output for each named file consists of five fields
separated by spaces.
.RS 5
.TP 12
Field 1
specifies the
.SM SID
of a delta that currently exists in the
.SM SCCS
file to which changes will be made to make the
new delta.
.TP 12
Field 2
specifies the
.SM SID
for the new delta to be created.
.TP 12
Field 3
contains the logname of the user who will
make the delta (i.e. executed a
.I get\^
for editing).
.TP 12
Field 4
contains the date that
.B "get \-e"
was executed.
.TP 12
Field 5
contains the time that
.B "get \-e"
was executed.
.SH "SEE ALSO"
delta(1),
get(1),
unget(1).
.SH DIAGNOSTICS
Use
.IR help (1)
for explanations.