summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2024-11-15 14:22:54 +0000
committerEd Maste <emaste@FreeBSD.org>2024-11-21 00:45:07 +0000
commit2e8ab3d4e9b98e648c086aee3685f1b5ba433d90 (patch)
tree38e778fddef19289c8cfe02f19476d78be77c81e /lib/libc/sys
parent098ed26bf4564362c4478b8c92b11ab9ca074da1 (diff)
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/fork.214
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/sys/fork.2 b/lib/libc/sys/fork.2
index a3af078b3d69..dcc3d4d017c1 100644
--- a/lib/libc/sys/fork.2
+++ b/lib/libc/sys/fork.2
@@ -252,18 +252,18 @@ There is insufficient swap space for the new process.
.Xr vfork 2 ,
.Xr wait 2 ,
.Xr pthread_atfork 3
+.Sh STANDARDS
+The
+.Fn fork
+and
+.Fn _Fork
+functions conform to
+.St -p1003.1-2024 .
.Sh HISTORY
The
.Fn fork
function appeared in
.At v1 .
-.Pp
-The
-.Fn _Fork
-function was defined by Austin Group together with the removal
-of a requirement that the
-.Fn fork
-implementation must be async-signal safe.
The
.Fn _Fork
function appeared in