sigaction.2: clarify that fork isn't async-signal-safe, but _Fork is

[skip ci]

Sponsored by:	Axcient
Reviewed by:	kib
Differential Revision: https://reviews.freebsd.org/D42865

(cherry picked from commit c2ed7a6360)
This commit is contained in:
Alan Somers 2023-12-01 08:19:24 -07:00
parent 946afb62ab
commit f9f7404cd5

View file

@ -27,7 +27,7 @@
.\"
.\" From: @(#)sigaction.2 8.2 (Berkeley) 4/3/94
.\"
.Dd June 29, 2020
.Dd December 1, 2023
.Dt SIGACTION 2
.Os
.Sh NAME
@ -392,7 +392,7 @@ Base Interfaces:
.Fn fchown ,
.Fn fchownat ,
.Fn fcntl ,
.Fn fork ,
.Fn _Fork ,
.Fn fstat ,
.Fn fstatat ,
.Fn fsync ,