From 9d2240afa313dad2ac498eddfba702eb417e05de Mon Sep 17 00:00:00 2001 From: gdr Date: Fri, 26 Sep 1997 06:34:52 +0000 Subject: [PATCH] added CVS id string --- usr.bin/cut/cut.1 | 2 ++ usr.bin/cut/cut.rez | 2 ++ 2 files changed, 4 insertions(+) diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1 index 68287bc..7bdbad8 100644 --- a/usr.bin/cut/cut.1 +++ b/usr.bin/cut/cut.1 @@ -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 diff --git a/usr.bin/cut/cut.rez b/usr.bin/cut/cut.rez index bef72e0..e97a161 100644 --- a/usr.bin/cut/cut.rez +++ b/usr.bin/cut/cut.rez @@ -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."