mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9536
@ -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 New Issue
Block a user