Make SYNOPSIS compile.

This commit is contained in:
Ruslan Ermilov 2005-11-23 15:55:38 +00:00
parent b0faeb2d42
commit 5306fb2d0c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152716

View File

@ -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