summaryrefslogtreecommitdiffstats
path: root/man3/usleep.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/usleep.3')
-rw-r--r--man3/usleep.346
1 files changed, 23 insertions, 23 deletions
diff --git a/man3/usleep.3 b/man3/usleep.3
index c0715c207..a11688c9a 100644
--- a/man3/usleep.3
+++ b/man3/usleep.3
@@ -26,7 +26,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR usleep ():
@@ -58,14 +58,14 @@ set to indicate the error.
.TP
.B EINTR
Interrupted by a signal; see
-.BR signal (7).
+.MR signal 7 .
.TP
.B EINVAL
\fIusec\fP is greater than or equal to 1000000.
(On systems where that is considered an error.)
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -82,7 +82,7 @@ None.
.SH HISTORY
4.3BSD, POSIX.1-2001.
POSIX.1-2001 declares it obsolete, suggesting
-.BR nanosleep (2)
+.MR nanosleep 2
instead.
Removed in POSIX.1-2008.
.P
@@ -100,24 +100,24 @@ error return is documented by SUSv2 and POSIX.1-2001.
The interaction of this function with the
.B SIGALRM
signal, and with other timer functions such as
-.BR alarm (2),
-.BR sleep (3),
-.BR nanosleep (2),
-.BR setitimer (2),
-.BR timer_create (2),
-.BR timer_delete (2),
-.BR timer_getoverrun (2),
-.BR timer_gettime (2),
-.BR timer_settime (2),
-.BR ualarm (3)
+.MR alarm 2 ,
+.MR sleep 3 ,
+.MR nanosleep 2 ,
+.MR setitimer 2 ,
+.MR timer_create 2 ,
+.MR timer_delete 2 ,
+.MR timer_getoverrun 2 ,
+.MR timer_gettime 2 ,
+.MR timer_settime 2 ,
+.MR ualarm 3
is unspecified.
.SH SEE ALSO
-.BR alarm (2),
-.BR getitimer (2),
-.BR nanosleep (2),
-.BR select (2),
-.BR setitimer (2),
-.BR sleep (3),
-.BR ualarm (3),
-.BR useconds_t (3type),
-.BR time (7)
+.MR alarm 2 ,
+.MR getitimer 2 ,
+.MR nanosleep 2 ,
+.MR select 2 ,
+.MR setitimer 2 ,
+.MR sleep 3 ,
+.MR ualarm 3 ,
+.MR useconds_t 3type ,
+.MR time 7