diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-19 09:40:28 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-19 09:40:28 +0000 |
commit | 2efeeba554cbd7bdee9cfe17641c8bd335c7972f (patch) | |
tree | f0781cb8e5be3a35234a6d0c123d6ae11ba70e40 /lib/libc/gmon/moncontrol.3 | |
parent | 3ca4c01eea0e54f4f560aff65f774d6bd0b0b87c (diff) |
mdoc(7) police: "The .Fa argument.".
Notes
Notes:
svn path=/head/; revision=108087
Diffstat (limited to 'lib/libc/gmon/moncontrol.3')
-rw-r--r-- | lib/libc/gmon/moncontrol.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/gmon/moncontrol.3 b/lib/libc/gmon/moncontrol.3 index 6d07aa7be854..07636c48255f 100644 --- a/lib/libc/gmon/moncontrol.3 +++ b/lib/libc/gmon/moncontrol.3 @@ -82,9 +82,11 @@ Programs that are not loaded with may selectively collect profiling statistics by calling .Fn monstartup with the range of addresses to be profiled. +The .Fa lowpc and .Fa highpc +arguments specify the address range that is to be sampled; the lowest address sampled is that of .Fa lowpc |