missing .Fn macros; found with mandoc -Tlint
authorschwarze <schwarze@openbsd.org>
Sun, 11 Jun 2017 17:06:27 +0000 (17:06 +0000)
committerschwarze <schwarze@openbsd.org>
Sun, 11 Jun 2017 17:06:27 +0000 (17:06 +0000)
share/man/man9/fork1.9

index c22c980..1351b03 100644 (file)
@@ -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