]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/sigwaitinfo.2
prctl.2: Add health warning
[thirdparty/man-pages.git] / man2 / sigwaitinfo.2
index 811cb680309b5eb5a72002b9b7bf7f2295c74328..4aa311ab9d9b3cfbfd182da6bf839dbabc7b4a62 100644 (file)
@@ -22,7 +22,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH SIGWAITINFO 2 2017-05-03 "Linux" "Linux Programmer's Manual"
+.TH SIGWAITINFO 2 2017-09-15 "Linux" "Linux Programmer's Manual"
 .SH NAME
 sigwaitinfo, sigtimedwait, rt_sigtimedwait \- synchronously wait
 for queued signals
@@ -88,12 +88,12 @@ may overrun by a small amount.)
 This argument is of the following type:
 .PP
 .in +4n
-.nf
+.EX
 struct timespec {
     long    tv_sec;         /* seconds */
     long    tv_nsec;        /* nanoseconds */
 }
-.fi
+.EE
 .in
 .PP
 If both fields of this structure are specified as 0, a poll is performed: