mirror of
https://github.com/opnsense/src.git
synced 2026-07-16 12:33:07 -04:00
mdoc(7) police: function typedefs are similar to the
function declarations so use that idea to fix markup.
This commit is contained in:
parent
0cf7294092
commit
fdedf9fd70
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@
|
|||
.Sh SYNOPSIS
|
||||
.In sys/types.h
|
||||
.In sys/systm.h
|
||||
.Ft "typedef void" ( *forklist_fn ) ( "struct proc*" , "struct proc*" , int ) ;
|
||||
.Ft "typedef void"
|
||||
.Fn \*[lp]*forklist_fn\*[rp] "struct proc *" "struct proc *" int
|
||||
.Pp
|
||||
.Ft int
|
||||
.Fn at_fork "forklist_fn func"
|
||||
|
|
|
|||
Loading…
Reference in a new issue