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/xargs | |
parent | 99e934d3327f7c05890356105bbe793570b22829 (diff) |
Diffstat (limited to 'usr.bin/xargs')
-rw-r--r-- | usr.bin/xargs/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/xargs/strnsubst.c | 2 | ||||
-rw-r--r-- | usr.bin/xargs/xargs.1 | 2 | ||||
-rw-r--r-- | usr.bin/xargs/xargs.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/xargs/Makefile b/usr.bin/xargs/Makefile index 16162a1641e9..b3f046f3ffb6 100644 --- a/usr.bin/xargs/Makefile +++ b/usr.bin/xargs/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/xargs/Makefile,v 1.6 2003/03/28 16:24:11 mux Exp $ PROG= xargs SRCS= xargs.c strnsubst.c diff --git a/usr.bin/xargs/strnsubst.c b/usr.bin/xargs/strnsubst.c index 82868ffc3d82..4b3f9b64d74e 100644 --- a/usr.bin/xargs/strnsubst.c +++ b/usr.bin/xargs/strnsubst.c @@ -9,7 +9,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xargs/strnsubst.c,v 1.7 2004/10/18 15:40:47 cperciva Exp $"); #include <err.h> #include <stdlib.h> diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1 index 928a11223d4d..ecbf4e2d04a2 100644 --- a/usr.bin/xargs/xargs.1 +++ b/usr.bin/xargs/xargs.1 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)xargs.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/xargs/xargs.1,v 1.34.2.1 2005/12/21 12:16:39 des Exp $ .\" $xMach: xargs.1,v 1.2 2002/02/23 05:23:37 tim Exp $ .\" .Dd August 2, 2004 diff --git a/usr.bin/xargs/xargs.c b/usr.bin/xargs/xargs.c index 5a97ed3c85d8..199ab87b3c57 100644 --- a/usr.bin/xargs/xargs.c +++ b/usr.bin/xargs/xargs.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)xargs.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xargs/xargs.c,v 1.57.2.1 2005/12/21 12:15:52 des Exp $"); #include <sys/param.h> #include <sys/wait.h> |