summaryrefslogtreecommitdiffstats
path: root/lib/libc/gmon
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-13 13:16:20 +0000
committerbde <bde@FreeBSD.org>1997-04-13 13:16:20 +0000
commit4cb656bbbf44413b0aa3c2fb129ebf346ce46418 (patch)
tree2b0d897f9a1b99a9d6b8473183bc86f2f7631dd6 /lib/libc/gmon
parente39250c28c1759d0a06f9e7dddf01ee1511770bd (diff)
downloadFreeBSD-src-4cb656bbbf44413b0aa3c2fb129ebf346ce46418.zip
FreeBSD-src-4cb656bbbf44413b0aa3c2fb129ebf346ce46418.tar.gz
Fixed #include and/or prototype bugs in synopsis.
Diffstat (limited to 'lib/libc/gmon')
-rw-r--r--lib/libc/gmon/moncontrol.33
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/gmon/moncontrol.3 b/lib/libc/gmon/moncontrol.3
index 1413bf5..92993cd 100644
--- a/lib/libc/gmon/moncontrol.3
+++ b/lib/libc/gmon/moncontrol.3
@@ -39,7 +39,10 @@
.Nm monstartup
.Nd control execution profile
.Sh SYNOPSIS
+.Fd #include <sys/types.h>
+.Ft int
.Fn moncontrol "int mode"
+.Ft int
.Fn monstartup "u_long *lowpc" "u_long *highpc"
.Sh DESCRIPTION
An executable program compiled using the
OpenPOWER on IntegriCloud