diff options
author | chris <chris@FreeBSD.org> | 2000-04-19 02:43:04 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 2000-04-19 02:43:04 +0000 |
commit | 4d657494f01bde4f682e703a40361d3f4282999d (patch) | |
tree | 84f0f6b44ee751e8c2fda99485aefa252765ea64 /share | |
parent | 156a0f183aab47b9e06b3cde0d41e17771bc7b7f (diff) | |
download | FreeBSD-src-4d657494f01bde4f682e703a40361d3f4282999d.zip FreeBSD-src-4d657494f01bde4f682e703a40361d3f4282999d.tar.gz |
Add a .Pp between the forklist_fn typedef and the at_fork prototype.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/at_fork.9 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man9/at_fork.9 b/share/man/man9/at_fork.9 index f9ea282..8d6c624 100644 --- a/share/man/man9/at_fork.9 +++ b/share/man/man9/at_fork.9 @@ -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 |