summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/nanosleep.3c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3c/nanosleep.3c')
-rw-r--r--usr/src/man/man3c/nanosleep.3c7
1 files changed, 0 insertions, 7 deletions
diff --git a/usr/src/man/man3c/nanosleep.3c b/usr/src/man/man3c/nanosleep.3c
index e29808e560..ba1e275bb0 100644
--- a/usr/src/man/man3c/nanosleep.3c
+++ b/usr/src/man/man3c/nanosleep.3c
@@ -49,7 +49,6 @@
.SH NAME
nanosleep, thrd_sleep \- high resolution sleep
.SH SYNOPSIS
-.LP
.nf
#include <time.h>
@@ -64,7 +63,6 @@ nanosleep, thrd_sleep \- high resolution sleep
\fBstruct timespec *\fR\fIrmtp\fR);
.SH DESCRIPTION
-.LP
The \fBnanosleep()\fR and \fBthrd_sleep()\fR functions cause the current thread
to be suspended from execution until either the time interval specified by the
\fIrqtp\fR argument has elapsed or a signal is delivered to the calling thread
@@ -80,7 +78,6 @@ time specified by \fIrqtp\fR, as measured by the system clock,
The use of the \fBnanosleep()\fR and \fBthrd_sleep()\fR functions has no effect
on the action or blockage of any signal.
.SH RETURN VALUES
-.LP
If the \fBnanosleep()\fR or \fBthrd_sleep()\fR function returns because the
requested time has elapsed, its return value is \fB0\fR.
.sp
@@ -98,7 +95,6 @@ If \fBnanosleep()\fR fails, it returns \fB\(mi1\fR and sets \fBerrno\fR to
indicate the error.
.sp
.LP
-
The
.B thrd_sleep()
function may fail for identical reasons as the
@@ -111,7 +107,6 @@ being set or staying the same across a call to
.B thrd_sleep() .
.SH ERRORS
-.LP
The \fBnanosleep()\fR function will fail if:
.sp
.ne 2
@@ -142,7 +137,6 @@ The \fBnanosleep()\fR function is not supported by this implementation.
.RE
.SH ATTRIBUTES
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -161,5 +155,4 @@ Standard See \fBstandards\fR(5).
.TE
.SH SEE ALSO
-.LP
\fBsleep\fR(3C), \fBtime.h\fR(3HEAD), \fBattributes\fR(5), \fBstandards\fR(5)