From owner-svn-src-head@FreeBSD.ORG Mon May 25 01:09:19 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24CA97D4; Mon, 25 May 2015 01:09:19 +0000 (UTC) (envelope-from markj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1290127A; Mon, 25 May 2015 01:09:19 +0000 (UTC) (envelope-from markj@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4P19IkI062073; Mon, 25 May 2015 01:09:18 GMT (envelope-from markj@FreeBSD.org) Received: (from markj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4P19IUU062072; Mon, 25 May 2015 01:09:18 GMT (envelope-from markj@FreeBSD.org) Message-Id: <201505250109.t4P19IUU062072@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: markj set sender to markj@FreeBSD.org using -f From: Mark Johnston Date: Mon, 25 May 2015 01:09:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r283507 - head/share/man/man9 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2015 01:09:19 -0000 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