Fix typo in signal() prototype

This commit is contained in:
Mike Smith 1997-09-28 03:28:09 +00:00
parent 7825620c11
commit 27c729f066
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29907

View File

@ -39,7 +39,7 @@
.Nd simplified software signal facilities
.Sh SYNOPSIS
.Fd #include <signal.h>
.Ft void \*(lp*
.Ft void *
.Fn signal "int sig" "void \*(lp*func\*(rp\*(lpint\*(rp\*(rp\*(rp\*(lpint"
or in FreeBSD's equivalent but easier to read typedef'd version: