From: niklas Date: Wed, 1 May 1996 22:15:18 +0000 (+0000) Subject: Our kernel is named /bsd, and we use $OpenBSD$ RCS IDs X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ec800ade2e398f63365c0a11ec3260b2baf167b1;p=openbsd Our kernel is named /bsd, and we use $OpenBSD$ RCS IDs --- diff --git a/usr.sbin/kgmon/Makefile b/usr.sbin/kgmon/Makefile index 93c5e9322f5..934f0597a6e 100644 --- a/usr.sbin/kgmon/Makefile +++ b/usr.sbin/kgmon/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/05/01 22:15:18 niklas Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.1.1.1 1995/10/18 08:47:38 deraadt Exp $ PROG= kgmon MAN= kgmon.8 diff --git a/usr.sbin/kgmon/kgmon.8 b/usr.sbin/kgmon/kgmon.8 index e1596d9e435..c80acd1cd3c 100644 --- a/usr.sbin/kgmon/kgmon.8 +++ b/usr.sbin/kgmon/kgmon.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: kgmon.8,v 1.2 1996/05/01 22:15:21 niklas Exp $ .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -30,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)kgmon.8 8.1 (Berkeley) 6/6/93 -.\" $Id: kgmon.8,v 1.1.1.1 1995/10/18 08:47:38 deraadt Exp $ +.\" $Id: kgmon.8,v 1.2 1996/05/01 22:15:21 niklas Exp $ .\" .Dd June 6, 1993 .Dt KGMON 8 @@ -83,7 +84,7 @@ Extract values associated with the name list from the specified core instead of the default ``/dev/kmem''. .It Fl N Extract the name list from the specified system instead of the -default ``/netbsd''. +default ``/bsd''. .El .Pp If neither @@ -99,7 +100,7 @@ the operating system profile buffers will be dumped, and profiling will be immediately resumed. .Sh FILES .Bl -tag -width /dev/kmemx -compact -.It Pa /netbsd +.It Pa /bsd the default system .It Pa /dev/kmem the default memory diff --git a/usr.sbin/kgmon/kgmon.c b/usr.sbin/kgmon/kgmon.c index a7e08d790a6..bcedb0bcb61 100644 --- a/usr.sbin/kgmon/kgmon.c +++ b/usr.sbin/kgmon/kgmon.c @@ -1,3 +1,5 @@ +/* $OpenBSD: kgmon.c,v 1.2 1996/05/01 22:15:24 niklas Exp $ */ + /* * Copyright (c) 1983, 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -39,7 +41,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)kgmon.c 8.1 (Berkeley) 6/6/93";*/ -static char *rcsid = "$Id: kgmon.c,v 1.1.1.1 1995/10/18 08:47:38 deraadt Exp $"; +static char *rcsid = "$OpenBSD: kgmon.c,v 1.2 1996/05/01 22:15:24 niklas Exp $"; #endif /* not lint */ #include