Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gmon Remove some boring whitespace, sort sections.
details: https://anonhg.NetBSD.org/src/rev/7beaf2c4b259
branches: trunk
changeset: 515044:7beaf2c4b259
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Sep 16 02:29:00 2001 +0000
description:
Remove some boring whitespace, sort sections.
diffstat:
lib/libc/gmon/moncontrol.3 | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (49 lines):
diff -r 06fe0a140931 -r 7beaf2c4b259 lib/libc/gmon/moncontrol.3
--- a/lib/libc/gmon/moncontrol.3 Sun Sep 16 02:28:09 2001 +0000
+++ b/lib/libc/gmon/moncontrol.3 Sun Sep 16 02:29:00 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: moncontrol.3,v 1.6 2000/10/24 19:31:59 erh Exp $
+.\" $NetBSD: moncontrol.3,v 1.7 2001/09/16 02:29:00 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -70,7 +70,7 @@
.Fn moncontrol 1 .
This feature allows the cost of particular operations to be measured.
Note that an output file will be produced on program exit
-regardless of the state of
+regardless of the state of
.Fn moncontrol .
.Pp
Programs that are not loaded with
@@ -86,7 +86,7 @@
.Fa lowpc
and the highest is just below
.Fa highpc .
-Only functions in that range that have been compiled with the
+Only functions in that range that have been compiled with the
.Fl pg
option to
.Xr cc 1
@@ -95,10 +95,6 @@
have their execution time measured.
Profiling begins on return from
.Fn monstartup .
-.Sh FILES
-.Bl -tag -width Pa -compact
-.It Pa gmon.out execution data file
-.El
.Sh ENVIRONMENT
.Bl -tag -width "PROFDIR"
.It Ev PROFDIR
@@ -108,6 +104,10 @@
profiling a program that forks, or otherwise creates multiple copies,
setting this is the only reasonable way to get all profiling data.
.El
+.Sh FILES
+.Bl -tag -width Pa -compact
+.It Pa gmon.out execution data file
+.El
.Sh SEE ALSO
.Xr cc 1 ,
.Xr gprof 1 ,
Home |
Main Index |
Thread Index |
Old Index