4.3BSD-UWisc/man/man1/what.1

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

.\" Copyright (c) 1980 Regents of the University of California.
.\" All rights reserved.  The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\"	@(#)what.1	6.1 (Berkeley) 4/29/85
.\"
.TH WHAT 1 "April 29, 1985"
.UC 4
.SH NAME
what \- show what versions of object modules were used to construct a file
.SH SYNOPSIS
.B what
name ...
.SH DESCRIPTION
.I What
reads each file and searches for sequences of the form ``@(#)''
as inserted by the source code control system.  It then prints the remainder
of the string after this marker, up to a null character, newline, double
quote, or ``>'' character.
.SH BUGS
As SCCS is not licensed with UNIX/32V, this is a rewrite of the
.I what
command which is part of SCCS, and may not behave exactly the same as that
command does.