Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpthread delete spurious space



details:   https://anonhg.NetBSD.org/src/rev/6f5de4b97f24
branches:  trunk
changeset: 374519:6f5de4b97f24
user:      jschauma <jschauma%NetBSD.org@localhost>
date:      Sat Apr 29 20:51:45 2023 +0000

description:
delete spurious space

diffstat:

 lib/libpthread/pthread_create.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fb9552b7be18 -r 6f5de4b97f24 lib/libpthread/pthread_create.3
--- a/lib/libpthread/pthread_create.3   Sat Apr 29 20:31:59 2023 +0000
+++ b/lib/libpthread/pthread_create.3   Sat Apr 29 20:51:45 2023 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_create.3,v 1.7 2010/07/09 08:51:28 jruoho Exp $
+.\" $NetBSD: pthread_create.3,v 1.8 2023/04/29 20:51:45 jschauma Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -126,7 +126,7 @@ The signal mask is inherited from the cr
 The set of signals pending for the new thread is empty.
 .El
 .Sh RETURN VALUES
-If successful,  the
+If successful, the
 .Fn pthread_create
 function will return zero.
 Otherwise an error number will be returned to



Home | Main Index | Thread Index | Old Index