diff options
Diffstat (limited to 'usr.bin/jot')
| -rw-r--r-- | usr.bin/jot/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/jot/jot.1 | 2 | ||||
| -rw-r--r-- | usr.bin/jot/jot.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/jot/Makefile b/usr.bin/jot/Makefile index 662600eef0a8..7804b92f282a 100644 --- a/usr.bin/jot/Makefile +++ b/usr.bin/jot/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/jot/Makefile,v 1.4 2002/02/08 22:31:40 markm Exp $ PROG= jot diff --git a/usr.bin/jot/jot.1 b/usr.bin/jot/jot.1 index 09f64296e62a..52550d3f4dda 100644 --- a/usr.bin/jot/jot.1 +++ b/usr.bin/jot/jot.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)jot.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/jot/jot.1,v 1.15 2004/07/02 22:22:26 ru Exp $ .\" .Dd June 6, 1993 .Dt JOT 1 diff --git a/usr.bin/jot/jot.c b/usr.bin/jot/jot.c index f3f74235a966..b4db20f74e24 100644 --- a/usr.bin/jot/jot.c +++ b/usr.bin/jot/jot.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)jot.c 8.1 (Berkeley) 6/6/93"; #endif #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/jot/jot.c,v 1.26 2004/07/16 05:10:46 tjr Exp $"); /* * jot - print sequential or random data |
