summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2022-12-29 06:49:35 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2022-12-29 06:49:35 +0000
commit6c33be55668fba762e6751886cf4c9d6d1546ae5 (patch)
tree1b1cf8ca4da890b492f776e126a49d1a4bcf9fcf
parente3dfa576a45d5532c3cead7fa756c85d1d2a9450 (diff)
capital letter at sentence start;
-rw-r--r--share/man/man9/fork1.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/fork1.9 b/share/man/man9/fork1.9
index 4a83c1564ff..e592b902dfe 100644
--- a/share/man/man9/fork1.9
+++ b/share/man/man9/fork1.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fork1.9,v 1.31 2022/12/29 06:10:54 guenther Exp $
+.\" $OpenBSD: fork1.9,v 1.32 2022/12/29 06:49:34 jmc Exp $
.\" $NetBSD: fork1.9,v 1.3 1999/03/16 00:40:47 garbled Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -106,7 +106,7 @@ The child will start with tracing enabled, as if
ptrace(PT_TRACE_ME, 0, 0, 0) had been invoked in the child.
.El
.Pp
-the new thread will begin execution by calling
+The new thread will begin execution by calling
.Fa func ,
which must not be
.Dv NULL .