OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / original / man2 / pause.2
index 892b66f..ba9bda3 100644 (file)
@@ -1,7 +1,6 @@
-.\" Hey Emacs! This file is -*- nroff -*- source.
-.\"
 .\" Copyright (c) 1992 Drew Eckhardt (drew@cs.colorado.edu), March 28, 1992
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -21,6 +20,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" Modified by Michael Haardt (michael@moria.de)
 .\" Modified Sat Jul 24 14:48:00 1993 by Rik Faith (faith@cs.unc.edu)
@@ -39,11 +39,11 @@ pause \- wait for signal
 causes the calling process (or thread) to sleep
 until a signal is delivered that either terminates the process or causes
 the invocation of a signal-catching function.
-.SH "RETURN VALUE"
+.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
@@ -54,10 +54,19 @@ is set to
 .TP
 .B EINTR
 a signal was caught and the signal-catching function returned.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 SVr4, 4.3BSD, POSIX.1-2001.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR kill (2),
 .BR select (2),
 .BR signal (2),
 .BR sigsuspend (2)
+.SH COLOPHON
+This page is part of release 3.79 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/.