mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Make SYNOPSIS compile.
This commit is contained in:
parent
b0faeb2d42
commit
5306fb2d0c
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue