mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
Explain the full story, and make it understandable too.
This commit is contained in:
parent
4494100855
commit
728736c058
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6693
@ -39,8 +39,13 @@
|
||||
.Nd simplified software signal facilities
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <signal.h>
|
||||
.Ft void
|
||||
.Fn *signal "int sig" "void \*(lp*func\*(rp\*(lpint\*(rp"
|
||||
.Ft void \*(lp*\*(rp
|
||||
.Fn \*(lpsignal "int sig" "void \*(lp*func\*(rp\*(lpint\*(rp\*(rp\*(rp\*(lpint"
|
||||
|
||||
or in FreeBSD's equivalent but easier to read typedef'd version:
|
||||
.Ft typedef "void \*(lp*sig_t\*(rp \*(lpint\*(rp"
|
||||
.Ft sig_t
|
||||
.Fn signal "int sig" "sig_t func"
|
||||
.Sh DESCRIPTION
|
||||
This
|
||||
.Fn signal
|
||||
|
Loading…
Reference in New Issue
Block a user