From e982275c90939242a47626658c419c91fdffea50 Mon Sep 17 00:00:00 2001 From: jmc Date: Thu, 29 Dec 2022 06:49:34 +0000 Subject: [PATCH] capital letter at sentence start; --- share/man/man9/fork1.9 | 4 ++-- 1 file 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 . -- 2.20.1