From 3aebd5a62c41a9501c5f3a911dc7058f557b8b45 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 19 Jan 2002 03:20:33 +0000 Subject: [PATCH] Improve markup, sort sections. --- usr.sbin/kgmon/kgmon.8 | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/usr.sbin/kgmon/kgmon.8 b/usr.sbin/kgmon/kgmon.8 index 0f748b20ad01..ed9343f6f47a 100644 --- a/usr.sbin/kgmon/kgmon.8 +++ b/usr.sbin/kgmon/kgmon.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: kgmon.8,v 1.12 2000/11/07 06:43:36 lukem Exp $ +.\" $NetBSD: kgmon.8,v 1.13 2002/01/19 03:20:33 wiz Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -75,7 +75,7 @@ Dump the contents of the profile buffers into a .Pa gmon.out file. .It Fl r -Reset all the profile buffers. +Reset all the profile buffers. If the .Fl p flag is also specified, the @@ -83,13 +83,15 @@ flag is also specified, the file is generated before the buffers are reset. .It Fl M Extract values associated with the name list from the specified core -instead of the default ``/dev/kmem''. +instead of the default +.Pa /dev/kmem . .It Fl N Extract the name list from the specified system instead of the -default ``/netbsd''. +default +.Pa /netbsd . .El .Pp -If neither +If neither .Fl b nor .Fl h @@ -107,18 +109,18 @@ the default system .It Pa /dev/kmem the default memory .El -.Sh SEE ALSO -.Xr gprof 1 , -.Xr config 8 .Sh DIAGNOSTICS Users with only read permission on .Pa /dev/kmem cannot change the state -of profiling collection. -They can get a +of profiling collection. +They can get a .Pa gmon.out file with the warning that the data may be inconsistent if profiling is in progress. +.Sh SEE ALSO +.Xr gprof 1 , +.Xr config 8 .Sh HISTORY The .Nm