summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-11-23 15:55:38 +0000
committerru <ru@FreeBSD.org>2005-11-23 15:55:38 +0000
commit07eeed1e1c47276ea84829f9f875fb5f82008296 (patch)
tree50e6a00319691c6b954cf8eedda3f13685c822f5 /lib
parent906caa442cfcbefced56eaa4896a8986354ba07f (diff)
downloadFreeBSD-src-07eeed1e1c47276ea84829f9f875fb5f82008296.zip
FreeBSD-src-07eeed1e1c47276ea84829f9f875fb5f82008296.tar.gz
Make SYNOPSIS compile.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gmon/moncontrol.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gmon/moncontrol.3 b/lib/libc/gmon/moncontrol.3
index 1af4974..b846856 100644
--- a/lib/libc/gmon/moncontrol.3
+++ b/lib/libc/gmon/moncontrol.3
@@ -44,10 +44,10 @@
.Sh SYNOPSIS
.In sys/types.h
.In sys/gmon.h
-.Ft int
+.Ft void
.Fn moncontrol "int mode"
-.Ft int
-.Fn monstartup "u_long *lowpc" "u_long *highpc"
+.Ft void
+.Fn monstartup "u_long lowpc" "u_long highpc"
.Sh DESCRIPTION
An executable program compiled using the
.Fl pg
OpenPOWER on IntegriCloud