Add note about PZERO being obsolete, because so much code uses it.
Feel free to improve the verbage, since this was a compromise between conflicting feedback I got on my original version.
This commit is contained in:
parent
00ca09449d
commit
043b496b8d
@ -25,7 +25,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd February 27, 2007
|
||||
.Dd April 4, 2008
|
||||
.Os
|
||||
.Dt SLEEP 9
|
||||
.Sh NAME
|
||||
@ -93,6 +93,10 @@ then the thread will be made
|
||||
runnable with the specified
|
||||
.Fa priority
|
||||
when it resumes.
|
||||
.Dv PZERO
|
||||
should never be used, as it is for compatibility only.
|
||||
A new priority of 0 means to use the thread's current priority when
|
||||
it is made runnable again.
|
||||
If
|
||||
.Fa priority
|
||||
includes the
|
||||
|
Loading…
x
Reference in New Issue
Block a user