OSDN Git Service

(split) LDP: Update original to LDP v3.51.
[linuxjm/LDP_man-pages.git] / original / man3 / raise.3
index ba62ea8..851fa0e 100644 (file)
@@ -57,7 +57,7 @@ pthread_kill(pthread_self(), sig);
 .PP
 If the signal causes a handler to be called,
 .BR raise ()
-will only return after the signal handler has returned.
+will return only after the signal handler has returned.
 .SH RETURN VALUE
 .BR raise ()
 returns 0 on success, and nonzero for failure.