diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-25 21:57:54 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-25 21:57:54 +0000 |
commit | ba94d0cea3d853d19732f64a17cd6207dc85ad5f (patch) | |
tree | 38b022cfba11bdd4a90667961e31cfc475ffc7c3 /usr.bin/tconv | |
parent | 2641b0c407077fa8c3032d87d15ac6a103b0ed1b (diff) |
Diffstat (limited to 'usr.bin/tconv')
-rw-r--r-- | usr.bin/tconv/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/tconv/tconv.1 | 2 | ||||
-rw-r--r-- | usr.bin/tconv/tconv.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tconv/Makefile b/usr.bin/tconv/Makefile index 403397f67e4a..86a6f4afe0a0 100644 --- a/usr.bin/tconv/Makefile +++ b/usr.bin/tconv/Makefile @@ -1,5 +1,5 @@ # Makefile for tconv -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tconv/Makefile,v 1.5 1999/08/28 01:06:17 peter Exp $ PROG= tconv SRCS= tconv.c quit.c diff --git a/usr.bin/tconv/tconv.1 b/usr.bin/tconv/tconv.1 index 2cfa9c100989..578241c94afa 100644 --- a/usr.bin/tconv/tconv.1 +++ b/usr.bin/tconv/tconv.1 @@ -1,5 +1,5 @@ .\" @(#) mytinfo tconv.1 3.2 92/02/01 public domain, By Ross Ridge -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tconv/tconv.1,v 1.10 1999/08/28 01:06:18 peter Exp $ .\" .Dd February 1, 1992 .Dt TCONV 1 diff --git a/usr.bin/tconv/tconv.c b/usr.bin/tconv/tconv.c index a9d035d028d6..8d46a1594318 100644 --- a/usr.bin/tconv/tconv.c +++ b/usr.bin/tconv/tconv.c @@ -58,7 +58,7 @@ static const char SCCSid[] = "@(#) mytinfo tconv.c 3.2 92/02/01 public domain, By Ross Ridge"; static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tconv/tconv.c,v 1.5 1999/08/28 01:06:18 peter Exp $"; #endif /* the right margin of the output */ |