nanosleep.2: Relocated misplaced BUGS heading

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-01-19 22:15:09 +13:00
parent 9e78134960
commit 762c2446e8
1 changed files with 2 additions and 3 deletions

View File

@ -32,7 +32,7 @@
.\" NOTES: describe case where clock_nanosleep() can be preferable.
.\" NOTES: describe CLOCK_REALTIME versus CLOCK_NANOSLEEP
.\" Replace crufty discussion of HZ with a pointer to time(7).
.TH NANOSLEEP 2 2008-06-24 "Linux" "Linux Programmer's Manual"
.TH NANOSLEEP 2 2009-01-19 "Linux" "Linux Programmer's Manual"
.SH NAME
nanosleep \- high-resolution sleep
.SH SYNOPSIS
@ -177,7 +177,6 @@ function; ...
Consequently, these time services shall expire when the requested relative
interval elapses, independently of the new or old value of the clock.
.RE
.SH BUGS
.SS "Old behavior"
In order to support applications requiring much more precise pauses
(e.g., in order to control some time-critical hardware),
@ -191,7 +190,7 @@ or
This special extension was removed in kernel 2.5.39,
hence is still present in
current 2.4 kernels, but not in 2.6 kernels.
.PP
.SH BUGS
In Linux 2.4, if
.BR nanosleep ()
is stopped by a signal (e.g.,