diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-11 22:54:46 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-11 22:54:46 +0000 |
| commit | 201f78d6b90635d961fa373ecd706e3786333b7e (patch) | |
| tree | c8937d0d96aa193878973d98a3a5240f9232ad5a /usr.bin/rev | |
| parent | 99e934d3327f7c05890356105bbe793570b22829 (diff) | |
Diffstat (limited to 'usr.bin/rev')
| -rw-r--r-- | usr.bin/rev/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/rev/rev.1 | 2 | ||||
| -rw-r--r-- | usr.bin/rev/rev.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rev/Makefile b/usr.bin/rev/Makefile index 27137ffb4d15..6275448f3e0e 100644 --- a/usr.bin/rev/Makefile +++ b/usr.bin/rev/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/9/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/rev/Makefile,v 1.4 2002/02/08 22:31:43 markm Exp $ PROG= rev diff --git a/usr.bin/rev/rev.1 b/usr.bin/rev/rev.1 index 68b00bf89c53..a1e9eb53eff7 100644 --- a/usr.bin/rev/rev.1 +++ b/usr.bin/rev/rev.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rev.1 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rev/rev.1,v 1.6 2001/02/13 09:55:09 ru Exp $ .\" .Dd June 9, 1993 .Dt REV 1 diff --git a/usr.bin/rev/rev.c b/usr.bin/rev/rev.c index 67080fbb0845..2022b2ba6870 100644 --- a/usr.bin/rev/rev.c +++ b/usr.bin/rev/rev.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)rev.c 8.3 (Berkeley) 5/4/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rev/rev.c,v 1.8 2004/12/15 06:24:57 ssouhlal Exp $"); #include <sys/types.h> |
