mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Fix the synopsis of signal() again. Now it is uglier but correct.
(Declarations of signal that don't use typedefs can't be formatted in the standard man page form.)
This commit is contained in:
parent
ffc2aaf2d8
commit
52a69cb00b
1 changed files with 2 additions and 2 deletions
|
|
@ -39,8 +39,8 @@
|
|||
.Nd simplified software signal facilities
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <signal.h>
|
||||
.Ft void \*(lp*\*(rp
|
||||
.Fn \*(lpsignal "int sig" "void \*(lp*func\*(rp\*(lpint\*(rp\*(rp\*(rp\*(lpint"
|
||||
.Ft void \*(lp*
|
||||
.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:
|
||||
.Ft typedef "void \*(lp*sig_t\*(rp \*(lpint\*(rp"
|
||||
|
|
|
|||
Loading…
Reference in a new issue