]> git.saurik.com Git - apple/libpthread.git/blobdiff - man/pthread_kill.2
libpthread-218.1.3.tar.gz
[apple/libpthread.git] / man / pthread_kill.2
index 8c83b99b99200d281ea6070218f79e72236779ae..5934a2e1056904e84c58d6f7fdedf415f4efae74 100644 (file)
@@ -54,15 +54,16 @@ If successful,
 returns 0.
 Otherwise, an error number is returned.
 .Sh ERRORS
+The
 .Fn pthread_kill
-will fail if:
+function will fail if:
 .Bl -tag -width Er
-.It Bq Er EINVAL
-.Fa sig
-is an invalid or unsupported signal number.
 .It Bq Er ESRCH
 .Fa thread
 is an invalid thread ID.
+.It Bq Er EINVAL
+.Fa sig
+is an invalid or unsupported signal number.
 .El
 .Sh LEGACY SYNOPSIS
 .Fd #include <pthread.h>