From 5306fb2d0c3886d667a178043b06980638e9beab Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 23 Nov 2005 15:55:38 +0000 Subject: [PATCH] Make SYNOPSIS compile. --- lib/libc/gmon/moncontrol.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/gmon/moncontrol.3 b/lib/libc/gmon/moncontrol.3 index 1af4974a1d0..b846856122d 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