summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2017-06-11 17:06:27 +0000
committerschwarze <schwarze@openbsd.org>2017-06-11 17:06:27 +0000
commit5d9ed8b24a137b700500c60049496b15974f0c3b (patch)
treef34e7caa6ee106963266ba2de8ff2fef5de1cac4
parentmissing .Fn markup for main(); found with mandoc -Tlint (diff)
downloadwireguard-openbsd-5d9ed8b24a137b700500c60049496b15974f0c3b.tar.xz
wireguard-openbsd-5d9ed8b24a137b700500c60049496b15974f0c3b.zip
missing .Fn macros; found with mandoc -Tlint
-rw-r--r--share/man/man9/fork1.913
1 files changed, 7 insertions, 6 deletions
diff --git a/share/man/man9/fork1.9 b/share/man/man9/fork1.9
index c22c9800aa4..1351b03ed09 100644
--- a/share/man/man9/fork1.9
+++ b/share/man/man9/fork1.9
@@ -1,4 +1,4 @@
-.\" $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.
@@ -29,7 +29,7 @@
.\" 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
@@ -82,9 +82,9 @@ or abnormally), or makes a call to
.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
@@ -101,9 +101,10 @@ The default behavior is
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