Oops, the previous did not work with current mdoc(7).

This commit is contained in:
ru 2001-01-12 16:02:58 +00:00
parent 0a221c5a50
commit a8609c073f

View File

@ -35,7 +35,7 @@
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/systm.h>
.Ft "typedef void" ( exitlist_fn ) ( "struct proc *" ) ;
.Ft typedef\ void ( exitlist_fn ) ( struct\ proc\ * ) ;
.Pp
.Ft int
.Fn at_exit "exitlist_fn func"