diff options
author | Robert Mustacchi <rm@joyent.com> | 2019-08-18 23:20:29 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2019-08-20 18:38:59 +0000 |
commit | 889229bb296dd6f2b73fa6bb3247c58a71282836 (patch) | |
tree | ff5bf8f61e2527d458f3c63d9bb8e0da3ad3d50b /usr/src | |
parent | a3bfe1dcd8a83b2661def9170b5005a830e8780d (diff) | |
download | illumos-joyent-889229bb296dd6f2b73fa6bb3247c58a71282836.tar.gz |
4705 fork(2): See "MT-Level of Libraries"
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/man/man2/fork.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/man/man2/fork.2 b/usr/src/man/man2/fork.2 index 69b180861a..35c72f6034 100644 --- a/usr/src/man/man2/fork.2 +++ b/usr/src/man/man2/fork.2 @@ -44,7 +44,7 @@ .\" Portions Copyright (c) 1994, X/Open Company Limited. All Rights Reserved. .\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved. .\" -.TH FORK 2 "Nov 26, 2017" +.TH FORK 2 "Aug 18, 2019" .SH NAME fork, fork1, forkall, forkx, forkallx \- create a new process .SH SYNOPSIS @@ -425,8 +425,8 @@ child. The application should use \fBpthread_atfork\fR(3C) to ensure safety with respect to this deadlock. Should there be any outstanding mutexes throughout the process, the application should call \fBpthread_atfork()\fR to wait for and acquire those mutexes prior to calling \fBfork()\fR, -\fBfork1()\fR, or \fBforkx()\fR. See "MT-Level of Libraries" on the -\fBattributes\fR(5) manual page. +\fBfork1()\fR, or \fBforkx()\fR. See "MT-Level" on the \fBattributes\fR(5) +manual page. .sp .LP The \fBpthread_atfork()\fR mechanism is used to protect the locks that |