Add a .Pp between the forklist_fn typedef and the at_fork prototype.

This commit is contained in:
Chris Costello 2000-04-19 02:43:04 +00:00
parent 72090231ad
commit 5135e05024
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59387

View file

@ -36,6 +36,7 @@
.Fd #include <sys/types.h>
.Fd #include <sys/systm.h>
.Ft typedef void \*(lp*forklist_fn\*(rp \*(lpstruct proc*, struct proc*, int\*(rp;
.Pp
.Ft int
.Fn at_fork "forklist_fn func"
.Ft int