added cvs identifier line

This commit is contained in:
gdr 1997-09-24 06:20:22 +00:00
parent 3b166416a3
commit 63754dce1c
4 changed files with 8 additions and 0 deletions

View File

@ -31,6 +31,8 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.1 (Berkeley) 6/6/93
*
* $Id: extern.h,v 1.2 1997/09/24 06:20:21 gdr Exp $
*/
typedef struct {

View File

@ -39,6 +39,8 @@
* Changes not related to compiler are replaced using #ifndef __GNO__
*
* Added prototyped headers, surrounded by #ifndef __STDC__
*
* $Id: str.c,v 1.2 1997/09/24 06:20:22 gdr Exp $
*/

View File

@ -34,6 +34,8 @@
.\"
.\" @(#)tr.1 8.1 (Berkeley) 6/6/93
.\"
.\" $Id: tr.1,v 1.2 1997/09/24 06:20:22 gdr Exp $
.\"
.TH TR 1 "August 1997" "GNO" "Commands and Applications"
.SH NAME
.BR tr

View File

@ -1,5 +1,7 @@
/*
* Resources for version and comment
*
* $Id: tr.rez,v 1.2 1997/09/24 06:20:22 gdr Exp $
*/
#define PROG "tr"
#define DESC "Translate characters in a file."