svn commit: r283507 - head/share/man/man9

Mark Johnston markj at FreeBSD.org
Mon May 25 01:09:19 UTC 2015


Author: markj
Date: Mon May 25 01:09:18 2015
New Revision: 283507
URL: https://svnweb.freebsd.org/changeset/base/283507

Log:
  Remove a reference to the PBDRY flag, which itself was removed in r248470.
  
  MFC after:	3 days

Modified:
  head/share/man/man9/sleep.9

Modified: head/share/man/man9/sleep.9
==============================================================================
--- head/share/man/man9/sleep.9	Mon May 25 01:07:55 2015	(r283506)
+++ head/share/man/man9/sleep.9	Mon May 25 01:09:18 2015	(r283507)
@@ -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


More information about the svn-src-all mailing list