DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦675b8d090⟧ TextFile

    Length: 1607 (0x647)
    Types: TextFile
    Notes: UNIX file
    Names: »unget.1«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/man/man1/unget.1« 

TextFile

.ig
	@(#)unget.1	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH UNGET 1
.SH NAME
unget \- undo a previous get of an \s-1SCCS\s0 file
.SH SYNOPSIS
.B unget
.RB [ \-r \s-1SID\s0]
.RB [ \-s ]
.RB [ \-n ]
files
.SH DESCRIPTION
Unget undoes the effect of a
.B "get \-e"
done prior to creating the intended new delta.
If a directory is named,
.I unget\^
behaves as though each file in the directory were
specified as a named file, except that
non-\s-1SCCS\s0
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
Keyletter arguments apply independently to each
named file.
.RS 5
.TP 12
.BI \-r \s-1SID\s0\^
Uniquely identifies which delta is no longer intended.
(This would have been specified by
.I get\^
as the ``new delta'').
The use of this keyletter is necessary only if two or
more outstanding
.IR get s
for editing on the same
.SM SCCS
file were done by the same person (login name).
A diagnostic results if the specified
.I \s-1SID\s0\^
is ambiguous, or if it is necessary and omitted
on the command line.
.TP 12
.B \-s
Suppresses the printout, on the standard output,
of the intended delta's
.IR \s-1SID\s0 .
.TP 12
.B \-n
Causes the retention of the gotten file
which would normally be removed from
the current directory.
.SH "NOTE"
The
.I unedit
entry point of the
.I sccs
command provides a nicer interface to
.IR unget 's
functionality.
.SH "SEE ALSO"
sccs(1),
delta(1),
get(1),
sact(1).
.SH DIAGNOSTICS
Use
.IR sccshelp (1)
for explanations.