diff options
Diffstat (limited to 'usr.bin/gcore')
| -rw-r--r-- | usr.bin/gcore/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/gcore/elfcore.c | 2 | ||||
| -rw-r--r-- | usr.bin/gcore/extern.h | 2 | ||||
| -rw-r--r-- | usr.bin/gcore/gcore.1 | 2 | ||||
| -rw-r--r-- | usr.bin/gcore/gcore.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/gcore/Makefile b/usr.bin/gcore/Makefile index 5ab51cf5c7eb..83a6f11149a5 100644 --- a/usr.bin/gcore/Makefile +++ b/usr.bin/gcore/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/gcore/Makefile,v 1.8.8.1 2005/02/05 01:02:00 das Exp $ PROG= gcore SRCS= elfcore.c gcore.c diff --git a/usr.bin/gcore/elfcore.c b/usr.bin/gcore/elfcore.c index 4a920eb0246f..8ffd7f28f023 100644 --- a/usr.bin/gcore/elfcore.c +++ b/usr.bin/gcore/elfcore.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gcore/elfcore.c,v 1.17 2004/07/12 20:19:40 rwatson Exp $"); #include <sys/param.h> #include <sys/procfs.h> diff --git a/usr.bin/gcore/extern.h b/usr.bin/gcore/extern.h index 1bd70954794f..64b2ebe3b936 100644 --- a/usr.bin/gcore/extern.h +++ b/usr.bin/gcore/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gcore/extern.h,v 1.4 2002/09/13 16:33:35 peter Exp $ */ struct dumpers { diff --git a/usr.bin/gcore/gcore.1 b/usr.bin/gcore/gcore.1 index 981e0be3b346..dfe6d821c9f7 100644 --- a/usr.bin/gcore/gcore.1 +++ b/usr.bin/gcore/gcore.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)gcore.1 8.2 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/gcore/gcore.1,v 1.15 2004/07/03 00:24:40 ru Exp $ .\" .Dd April 18, 1994 .Dt GCORE 1 diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c index 7005e834ff91..b7846d291535 100644 --- a/usr.bin/gcore/gcore.c +++ b/usr.bin/gcore/gcore.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)gcore.c 8.2 (Berkeley) 9/23/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gcore/gcore.c,v 1.31 2004/02/15 22:48:25 dwmalone Exp $"); /* * Originally written by Eric Cooper in Fall 1981. |
