mdoc(7) police: function typedefs are similar to the

function declarations so use that idea to fix markup.
This commit is contained in:
Ruslan Ermilov 2002-01-10 09:34:33 +00:00
parent 0cf7294092
commit fdedf9fd70
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89190

View File

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