Improve markup, sort sections.

This commit is contained in:
wiz 2002-01-19 03:20:33 +00:00
parent 6955458037
commit 3aebd5a62c
1 changed files with 12 additions and 10 deletions

View File

@ -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