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/gcore.1 | 2 | ||||
-rw-r--r-- | usr.bin/gcore/gcore.c | 2 | ||||
-rw-r--r-- | usr.bin/gcore/md-nop.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/gcore/Makefile b/usr.bin/gcore/Makefile index f495ecb0c66f..d4cd1be29903 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.6 1999/11/14 13:54:43 marcel Exp $ PROG= gcore SRCS= elfcore.c gcore.c diff --git a/usr.bin/gcore/elfcore.c b/usr.bin/gcore/elfcore.c index 775fd3b7f9e4..bb99d8f33293 100644 --- a/usr.bin/gcore/elfcore.c +++ b/usr.bin/gcore/elfcore.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gcore/elfcore.c,v 1.5.2.1 2000/07/06 21:46:59 obrien Exp $ */ #include <sys/param.h> diff --git a/usr.bin/gcore/gcore.1 b/usr.bin/gcore/gcore.1 index 7efe6ffe3bc9..97b37e256feb 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.8 2000/03/01 12:19:41 sheldonh Exp $ .\" .Dd April 18, 1994 .Dt GCORE 1 diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c index 6ad9568ede3f..4aabc9ec7071 100644 --- a/usr.bin/gcore/gcore.c +++ b/usr.bin/gcore/gcore.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)gcore.c 8.2 (Berkeley) 9/23/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/gcore/gcore.c,v 1.15 1999/08/28 01:01:39 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/gcore/md-nop.c b/usr.bin/gcore/md-nop.c index 331901c1841c..97e5dc2b1302 100644 --- a/usr.bin/gcore/md-nop.c +++ b/usr.bin/gcore/md-nop.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)md-nop.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/gcore/md-nop.c,v 1.3 1999/08/28 01:01:39 peter Exp $"; #endif /* not lint */ #include <sys/param.h> |