added CVS id string

This commit is contained in:
gdr 1997-09-26 06:34:52 +00:00
parent 55003d4505
commit 9d2240afa3
2 changed files with 4 additions and 0 deletions

View File

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

View File

@ -1,5 +1,7 @@
/*
* Resources for cut version and comment
*
* $Id: cut.rez,v 1.2 1997/09/26 06:34:52 gdr Exp $
*/
#define PROG "cut"
#define DESC "Select portions of each line of a file."