diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2008-12-31 22:57:14 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2008-12-31 22:57:14 +0000 |
commit | 8d4eb975d2e49f56d057a19aac09bcb92b3e71f7 (patch) | |
tree | 1b808490e2ba26bfe983f82bd41a2b36a6127322 /usr.bin/sed | |
parent | a1fc2b0c89a1dd2ca090ae990ab45b21363ab76e (diff) |
Diffstat (limited to 'usr.bin/sed')
-rw-r--r-- | usr.bin/sed/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/sed/POSIX | 2 | ||||
-rw-r--r-- | usr.bin/sed/compile.c | 2 | ||||
-rw-r--r-- | usr.bin/sed/defs.h | 2 | ||||
-rw-r--r-- | usr.bin/sed/extern.h | 2 | ||||
-rw-r--r-- | usr.bin/sed/main.c | 2 | ||||
-rw-r--r-- | usr.bin/sed/misc.c | 2 | ||||
-rw-r--r-- | usr.bin/sed/process.c | 2 | ||||
-rw-r--r-- | usr.bin/sed/sed.1 | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/sed/Makefile b/usr.bin/sed/Makefile index 9d9886f3688c..96dd72dc4585 100644 --- a/usr.bin/sed/Makefile +++ b/usr.bin/sed/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/sed/Makefile,v 1.5.32.1 2008/11/25 02:59:29 kensmith Exp $ PROG= sed SRCS= compile.c main.c misc.c process.c diff --git a/usr.bin/sed/POSIX b/usr.bin/sed/POSIX index 239acf8e48d1..345d332037af 100644 --- a/usr.bin/sed/POSIX +++ b/usr.bin/sed/POSIX @@ -1,5 +1,5 @@ # @(#)POSIX 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/sed/POSIX,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ Comments on the IEEE P1003.2 Draft 12 Part 2: Shell and Utilities diff --git a/usr.bin/sed/compile.c b/usr.bin/sed/compile.c index ba5e0c856986..8d30c6fcbd58 100644 --- a/usr.bin/sed/compile.c +++ b/usr.bin/sed/compile.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/sed/compile.c,v 1.30.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)compile.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/sed/defs.h b/usr.bin/sed/defs.h index cbc0790afa10..675061e96808 100644 --- a/usr.bin/sed/defs.h +++ b/usr.bin/sed/defs.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)defs.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/sed/defs.h,v 1.6.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* diff --git a/usr.bin/sed/extern.h b/usr.bin/sed/extern.h index f2bd71bacfa4..a9419fa4ad6c 100644 --- a/usr.bin/sed/extern.h +++ b/usr.bin/sed/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/sed/extern.h,v 1.15.6.1 2008/11/25 02:59:29 kensmith Exp $ */ extern struct s_command *prog; diff --git a/usr.bin/sed/main.c b/usr.bin/sed/main.c index e17741f6257d..fa9b2d7b1760 100644 --- a/usr.bin/sed/main.c +++ b/usr.bin/sed/main.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/sed/main.c,v 1.39.6.1 2008/11/25 02:59:29 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/sed/misc.c b/usr.bin/sed/misc.c index f3b513784a6e..e4c6fc63202a 100644 --- a/usr.bin/sed/misc.c +++ b/usr.bin/sed/misc.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/sed/misc.c,v 1.10.26.1 2008/11/25 02:59:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/sed/process.c b/usr.bin/sed/process.c index fb3f9004f9e0..9a4dacb6a531 100644 --- a/usr.bin/sed/process.c +++ b/usr.bin/sed/process.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/sed/process.c,v 1.48.6.1 2008/11/25 02:59:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)process.c 8.6 (Berkeley) 4/20/94"; diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index f694f40c059f..d24b829826b5 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -29,7 +29,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)sed.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/sed/sed.1,v 1.46.2.2.2.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd August 24, 2008 .Dt SED 1 |