diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-12 12:59:55 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-12 12:59:55 +0000 |
commit | d165f2bd0ac5bf9c00ee94add1b5e0c2869c120c (patch) | |
tree | b4d1019d0295c1a5c47fa5300035e828a0573003 /usr.sbin/kgmon | |
parent | 0a4456856fb720c08f83dac043509dda2676828d (diff) |
- section reorder
- macro fixes
- kill whitespace at EOL
- new sentence, new line
Diffstat (limited to 'usr.sbin/kgmon')
-rw-r--r-- | usr.sbin/kgmon/kgmon.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/kgmon/kgmon.8 b/usr.sbin/kgmon/kgmon.8 index 68bdb4a2453..129530682d3 100644 --- a/usr.sbin/kgmon/kgmon.8 +++ b/usr.sbin/kgmon/kgmon.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kgmon.8,v 1.6 2003/06/02 23:36:53 millert Exp $ +.\" $OpenBSD: kgmon.8,v 1.7 2003/06/12 12:59:50 jmc Exp $ .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -27,7 +27,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)kgmon.8 8.1 (Berkeley) 6/6/93 -.\" $Id: kgmon.8,v 1.6 2003/06/02 23:36:53 millert Exp $ +.\" $Id: kgmon.8,v 1.7 2003/06/12 12:59:50 jmc Exp $ .\" .Dd June 6, 1993 .Dt KGMON 8 @@ -106,9 +106,6 @@ default system .It Pa /dev/kmem default memory .El -.Sh SEE ALSO -.Xr gprof 1 , -.Xr config 8 .Sh DIAGNOSTICS Users with only read permission on .Pa /dev/kmem @@ -118,6 +115,9 @@ 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 |