aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2015-05-25 01:09:18 +0000
committerMark Johnston <markj@FreeBSD.org>2015-05-25 01:09:18 +0000
commit5dd12007ce7e751a4b315b6e29a32957ca754aa7 (patch)
tree120d352eb1703b37464d674988742f599e73aac6
parentc5d87f3327cbfbaa45f292af7a232bb34bdc227d (diff)
downloadsrc-5dd12007ce7e751a4b315b6e29a32957ca754aa7.tar.gz
src-5dd12007ce7e751a4b315b6e29a32957ca754aa7.zip
Remove a reference to the PBDRY flag, which itself was removed in r248470.
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=283507
-rw-r--r--share/man/man9/sleep.915
1 files changed, 1 insertions, 14 deletions
diff --git a/share/man/man9/sleep.9 b/share/man/man9/sleep.9
index bd421eaf6baa..469d09f73e55 100644
--- a/share/man/man9/sleep.9
+++ b/share/man/man9/sleep.9
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 19, 2013
+.Dd May 24, 2015
.Dt SLEEP 9
.Os
.Sh NAME
@@ -130,19 +130,6 @@ possible, and
is returned if the system call should be interrupted by the signal
(return
.Er EINTR ) .
-If the
-.Dv PBDRY
-flag is specified in addition to
-.Dv PCATCH ,
-then the sleeping thread is not stopped when
-.Dv SIGSTOP
-becomes pending
-or some other stop action occurs while it is sleeping.
-Instead, it is woken up, with the assumption
-that the stop will occur on reaching a stop
-point when returning to usermode.
-The flag should be used when the sleeping thread owns resources, for instance
-vnode locks, that should be released in a timely fashion.
.Pp
The parameter
.Fa wmesg