OSDN Git Service

LDP: Update original to LDP v3.76
[linuxjm/LDP_man-pages.git] / original / man2 / pause.2
index f3d707a..3a27b1c 100644 (file)
@@ -41,9 +41,9 @@ until a signal is delivered that either terminates the process or causes
 the invocation of a signal-catching function.
 .SH RETURN VALUE
 .BR pause ()
-only returns when a signal was caught and the
+returns only when a signal was caught and the
 signal-catching function returned.
-In this case
+In this case,
 .BR pause ()
 returns \-1, and
 .I errno
@@ -61,3 +61,12 @@ SVr4, 4.3BSD, POSIX.1-2001.
 .BR select (2),
 .BR signal (2),
 .BR sigsuspend (2)
+.SH COLOPHON
+This page is part of release 3.76 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.