]> git.saurik.com Git - apple/libc.git/blobdiff - pthreads/pthread_once.3
Libc-763.13.tar.gz
[apple/libc.git] / pthreads / pthread_once.3
index d9d5685ba1685bf56bde249a34336a226169b68f..1a843202e5fd62b52a59ab6200906c18736f4f2a 100644 (file)
@@ -90,11 +90,10 @@ is undefined if
 has automatic storage duration or is not initialized by
 .Fa PTHREAD_ONCE_INIT .
 .Sh RETURN VALUES
-If successful,  the
+If successful, the
 .Fn pthread_once
 function will return zero.
-Otherwise an error number will be returned to
-indicate the error.
+Otherwise, an error number will be returned to indicate the error.
 .Sh ERRORS
 None.
 .Sh STANDARDS