diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-05-01 22:15:25 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-05-01 22:15:25 +0000 |
commit | 9828638a0b4e3987e8de563befab9cd78ba40b89 (patch) | |
tree | 45c29b85ab8e8c29cb8faa38dc8a0ab3fc945e65 /usr.sbin | |
parent | bb638b0820903129d94966d38a8933272b4114ae (diff) |
Our kernel is named /bsd, and we use $OpenBSD$ RCS IDs
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/kgmon/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/kgmon/kgmon.8 | 7 | ||||
-rw-r--r-- | usr.sbin/kgmon/kgmon.c | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/usr.sbin/kgmon/Makefile b/usr.sbin/kgmon/Makefile index 683db8c6c82..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 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 f26e3f2ded9..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 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 dc44623df08..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 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> |