]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/ualarm.3
fanotify_init.2, fanotify.7: Document FAN_REPORT_TID
[thirdparty/man-pages.git] / man3 / ualarm.3
index 5154ba2b6b7d3dda9cb1bc9519c2fb860aec6739..eb05692578449401972b51da997f70debee7cc62 100644 (file)
@@ -21,7 +21,7 @@
 .\" <http://www.gnu.org/licenses/>.
 .\" %%%LICENSE_END
 .\"
-.TH UALARM 3  2016-03-15 "" "Linux Programmer's Manual"
+.TH UALARM 3  2017-09-15 "" "Linux Programmer's Manual"
 .SH NAME
 ualarm \- schedule signal after given number of microseconds
 .SH SYNOPSIS
@@ -65,11 +65,11 @@ microseconds.
 The delay may be lengthened slightly by any system activity
 or by the time spent processing the call or by the
 granularity of system timers.
-.LP
+.PP
 Unless caught or ignored, the
 .B SIGALRM
 signal will terminate the process.
-.LP
+.PP
 If the
 .I interval
 argument is nonzero, further
@@ -116,7 +116,7 @@ argument is 0.
 .\" This case is not documented in HP-US, Solar, FreeBSD, NetBSD, or OpenBSD!
 On Linux (and probably most other systems),
 the effect is to cancel any pending alarm.
-
+.PP
 The type
 .I useconds_t
 is an unsigned integer type capable of holding integers
@@ -129,7 +129,7 @@ were instead typed as
 Programs will be more portable if they never mention
 .I useconds_t
 explicitly.
-.LP
+.PP
 The interaction of this function with
 other timer functions such as
 .BR alarm (2),
@@ -143,7 +143,7 @@ other timer functions such as
 .BR timer_settime (2),
 .BR usleep (3)
 is unspecified.
-.LP
+.PP
 This function is obsolete.
 Use
 .BR setitimer (2)