OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / original / man3 / sigpause.3
index a885b75..06cd061 100644 (file)
@@ -22,7 +22,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH SIGPAUSE 3 2014-01-07 "Linux" "Linux Programmer's Manual"
+.TH SIGPAUSE 3 2014-08-19 "Linux" "Linux Programmer's Manual"
 .SH NAME
 sigpause \- atomically release blocked signals and wait for interrupt
 .SH SYNOPSIS
@@ -83,8 +83,8 @@ argument (instead of an
 On Linux, this routine is a system call only on the Sparc (sparc64)
 architecture.
 
-Libc4 and libc5 know only about the BSD version.
-
+.\" Libc4 and libc5 know only about the BSD version.
+.\"
 Glibc uses the BSD version if the
 .B _BSD_SOURCE
 feature test macro is defined and none of
@@ -117,7 +117,7 @@ should be amended to use
 .BR sigvec (3),
 .BR feature_test_macros (7)
 .SH COLOPHON
-This page is part of release 3.68 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,