-.\" $OpenBSD: fork1.9,v 1.29 2017/02/12 04:55:08 guenther Exp $
+.\" $OpenBSD: fork1.9,v 1.30 2017/06/11 17:06:27 schwarze Exp $
.\" $NetBSD: fork1.9,v 1.3 1999/03/16 00:40:47 garbled Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: February 12 2017 $
+.Dd $Mdocdate: June 11 2017 $
.Dt FORK1 9
.Os
.Sh NAME
.Xr execve 2 .
.It Dv FORK_SHAREFILES
Let the child share the file descriptor table with the parent through
-fdshare().
+.Fn fdshare .
The default behavior is to copy the table through
-fdcopy().
+.Fn fdcopy .
.It Dv FORK_IDLE
The new thread will be left in the
.Dv SIDL
that the child gets a copy-on-write copy of the address space.
.It Dv FORK_SIGHAND
The child will share the parent's signal actions, including the handler,
-mask, and flags, with sigactsshare().
+mask, and flags, with
+.Fn sigactsshare .
The default behavior is to copy the signal actions from the parent with
-sigactsinit().
+.Fn sigactsinit .
.Dv FORK_SHAREVM
must also be set.
.It Dv FORK_PTRACE