Mon Apr 25 22:46:35 2011 UTC ()
Add option arguments to descriptions. From YOMURA Masanori.


(wiz)
diff -r1.18 -r1.19 src/usr.sbin/kgmon/kgmon.8

cvs diff -r1.18 -r1.19 src/usr.sbin/kgmon/kgmon.8 (expand / switch to unified diff)

--- src/usr.sbin/kgmon/kgmon.8 2005/06/20 13:25:26 1.18
+++ src/usr.sbin/kgmon/kgmon.8 2011/04/25 22:46:35 1.19
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: kgmon.8,v 1.18 2005/06/20 13:25:26 peter Exp $ 1.\" $NetBSD: kgmon.8,v 1.19 2011/04/25 22:46:35 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 1983, 1991, 1993 3.\" Copyright (c) 1983, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 3. Neither the name of the University nor the names of its contributors 14.\" 3. Neither the name of the University nor the names of its contributors
@@ -56,33 +56,35 @@ flag is specified, @@ -56,33 +56,35 @@ flag is specified,
56extracts profile data from the operating system and produces a 56extracts profile data from the operating system and produces a
57.Pa gmon.out 57.Pa gmon.out
58file suitable for later analysis by 58file suitable for later analysis by
59.Xr gprof 1 . 59.Xr gprof 1 .
60.Pp 60.Pp
61The options are as follows: 61The options are as follows:
62.Bl -tag -width Ds 62.Bl -tag -width Ds
63.It Fl b 63.It Fl b
64Resume the collection of profile data. 64Resume the collection of profile data.
65.It Fl d 65.It Fl d
66Enable debug output. 66Enable debug output.
67.It Fl h 67.It Fl h
68Stop the collection of profile data. 68Stop the collection of profile data.
69.It Fl M 69.It Fl M Ar core
70Extract values associated with the name list from the specified core 70Extract values associated with the name list from the specified
 71.Ar core
71instead of the default 72instead of the default
72.Pa /dev/kmem . 73.Pa /dev/kmem .
73.It Fl N 74.It Fl N Ar system
74Extract the name list from the specified system instead of the 75Extract the name list from the specified
75default 76.Ar system
 77instead of the default
76.Pa /netbsd . 78.Pa /netbsd .
77.It Fl p 79.It Fl p
78Dump the contents of the profile buffers into a 80Dump the contents of the profile buffers into a
79.Pa gmon.out 81.Pa gmon.out
80file. 82file.
81.It Fl r 83.It Fl r
82Reset all the profile buffers. 84Reset all the profile buffers.
83If the 85If the
84.Fl p 86.Fl p
85flag is also specified, the 87flag is also specified, the
86.Pa gmon.out 88.Pa gmon.out
87file is generated before the buffers are reset. 89file is generated before the buffers are reset.
88.El 90.El