summaryrefslogtreecommitdiff
path: root/usr.bin/split
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/split')
-rw-r--r--usr.bin/split/Makefile2
-rw-r--r--usr.bin/split/split.12
-rw-r--r--usr.bin/split/split.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/split/Makefile b/usr.bin/split/Makefile
index d176fdd7d457..e03f2d0be1d5 100644
--- a/usr.bin/split/Makefile
+++ b/usr.bin/split/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/split/Makefile,v 1.2.2.2 2002/07/25 12:33:01 tjr Exp $
PROG= split
diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1
index 03c87851171e..2586e6d8374c 100644
--- a/usr.bin/split/split.1
+++ b/usr.bin/split/split.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)split.1 8.3 (Berkeley) 4/16/94
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/split/split.1,v 1.3.2.6 2003/04/21 21:16:25 andreas Exp $
.\"
.Dd April 16, 1994
.Dt SPLIT 1
diff --git a/usr.bin/split/split.c b/usr.bin/split/split.c
index 0e5361150a56..693e678a7ae3 100644
--- a/usr.bin/split/split.c
+++ b/usr.bin/split/split.c
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/split/split.c,v 1.6.2.2 2002/07/25 12:46:36 tjr Exp $");
#ifndef lint
static const char copyright[] =