diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-10-27 07:57:33 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-10-27 07:57:33 +0000 |
| commit | 90928716548537e93f54266e33cb4a3353fd3932 (patch) | |
| tree | 37675d5349af34454f2e21880134fb82d6854793 /usr.bin/tcopy | |
| parent | c6085d40c17b76abbaa35c8c53f14904021df451 (diff) | |
Diffstat (limited to 'usr.bin/tcopy')
| -rw-r--r-- | usr.bin/tcopy/tcopy.1 | 2 | ||||
| -rw-r--r-- | usr.bin/tcopy/tcopy.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tcopy/tcopy.1 b/usr.bin/tcopy/tcopy.1 index c88dcd051992..3216a41ed63b 100644 --- a/usr.bin/tcopy/tcopy.1 +++ b/usr.bin/tcopy/tcopy.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tcopy.1 8.2 (Berkeley) 4/17/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tcopy/tcopy.1,v 1.7.2.5 2003/02/24 23:04:39 trhodes Exp $ .\" .Dd April 17, 1994 .Dt TCOPY 1 diff --git a/usr.bin/tcopy/tcopy.c b/usr.bin/tcopy/tcopy.c index 7d8abfbdacfe..c24c14286916 100644 --- a/usr.bin/tcopy/tcopy.c +++ b/usr.bin/tcopy/tcopy.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)tcopy.c 8.2 (Berkeley) 4/17/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tcopy/tcopy.c,v 1.7.2.1 2002/11/07 17:54:42 imp Exp $"; #endif /* not lint */ #include <sys/types.h> |
