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 662600eef0a8f..7804b92f282a6 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 77cebb403a5ad..3e6488d9f795f 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.23 2006/11/06 15:11:50 dds Exp $ .\" .Dd November 6, 2006 .Dt JOT 1 diff --git a/usr.bin/jot/jot.c b/usr.bin/jot/jot.c index 2e58968865866..dfed0fc6ac94c 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.37 2006/12/09 15:23:20 delphij Exp $"); /* * jot - print sequential or random data |