Module Name: src Committed By: jschauma Date: Sat Apr 29 20:51:45 UTC 2023
Modified Files: src/lib/libpthread: pthread_create.3 Log Message: delete spurious space To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libpthread/pthread_create.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libpthread/pthread_create.3 diff -u src/lib/libpthread/pthread_create.3:1.7 src/lib/libpthread/pthread_create.3:1.8 --- src/lib/libpthread/pthread_create.3:1.7 Fri Jul 9 08:51:28 2010 +++ src/lib/libpthread/pthread_create.3 Sat Apr 29 20:51:45 2023 @@ -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