diff options
Diffstat (limited to 'usr.bin/sed')
| -rw-r--r-- | usr.bin/sed/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/sed/TEST/hanoi.sed | 2 | ||||
| -rw-r--r-- | usr.bin/sed/TEST/sed.test | 2 | ||||
| -rw-r--r-- | usr.bin/sed/compile.c | 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..a411bd79f0e5 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 2002/06/17 08:21:53 sobomax Exp $ PROG= sed SRCS= compile.c main.c misc.c process.c diff --git a/usr.bin/sed/TEST/hanoi.sed b/usr.bin/sed/TEST/hanoi.sed index 6a45deaa94c7..0a724b8feefb 100644 --- a/usr.bin/sed/TEST/hanoi.sed +++ b/usr.bin/sed/TEST/hanoi.sed @@ -1,7 +1,7 @@ # Towers of Hanoi in sed. # # @(#)hanoi.sed 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/sed/TEST/hanoi.sed,v 1.3 2002/07/04 05:16:19 tjr Exp $ # # # Ex: diff --git a/usr.bin/sed/TEST/sed.test b/usr.bin/sed/TEST/sed.test index 793dbe313263..06a3ad88e4b0 100644 --- a/usr.bin/sed/TEST/sed.test +++ b/usr.bin/sed/TEST/sed.test @@ -34,7 +34,7 @@ # # @(#)sed.test 8.1 (Berkeley) 6/6/93 # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/sed/TEST/sed.test,v 1.3 2003/07/22 19:22:08 dds Exp $ # # sed Regression Tests diff --git a/usr.bin/sed/compile.c b/usr.bin/sed/compile.c index f0a6c9bc700e..d532897a8385 100644 --- a/usr.bin/sed/compile.c +++ b/usr.bin/sed/compile.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/sed/compile.c,v 1.24 2003/11/04 12:16:47 des Exp $"); #ifndef lint static const char sccsid[] = "@(#)compile.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/sed/extern.h b/usr.bin/sed/extern.h index 8312d6a1bf8c..c4580923e3c1 100644 --- a/usr.bin/sed/extern.h +++ b/usr.bin/sed/extern.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/sed/extern.h,v 1.12 2003/11/04 13:09:16 des Exp $ */ extern struct s_command *prog; diff --git a/usr.bin/sed/main.c b/usr.bin/sed/main.c index 77c89ae9e8cd..4e45a157e3bb 100644 --- a/usr.bin/sed/main.c +++ b/usr.bin/sed/main.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/sed/main.c,v 1.31 2003/11/04 22:39:25 des Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/sed/misc.c b/usr.bin/sed/misc.c index 5b47f3d6474e..6236387a7db8 100644 --- a/usr.bin/sed/misc.c +++ b/usr.bin/sed/misc.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/sed/misc.c,v 1.8 2003/11/04 12:15:20 des 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 772fd0b92893..de414547126a 100644 --- a/usr.bin/sed/process.c +++ b/usr.bin/sed/process.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/sed/process.c,v 1.35 2003/11/04 13:09:16 des 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 1648ad756cab..4ebf45368a37 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)sed.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/sed/sed.1,v 1.30 2003/07/22 19:23:45 dds Exp $ .\" .Dd May 7, 2002 .Dt SED 1 |
