+# $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
+.\" $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.
.\"
.\" 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
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
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
+/* $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.
#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 <sys/param.h>