diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
| commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
| tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /usr.bin/split | |
| parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) | |
Diffstat (limited to 'usr.bin/split')
| -rw-r--r-- | usr.bin/split/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/split/split.1 | 2 | ||||
| -rw-r--r-- | usr.bin/split/split.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/split/Makefile b/usr.bin/split/Makefile index d176fdd7d457..0fbeb420e207 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.4 2001/12/12 23:09:07 markm Exp $ PROG= split diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1 index 5e8e198cba9e..caabb66eb051 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.21 2006/09/29 15:20:47 ru Exp $ .\" .Dd August 10, 2006 .Dt SPLIT 1 diff --git a/usr.bin/split/split.c b/usr.bin/split/split.c index d7936b0b88dd..c52df066ed8d 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.19 2006/08/10 10:41:47 keramida Exp $"); #ifndef lint static const char copyright[] = |
