From owner-svn-src-stable@freebsd.org Sat Mar 12 19:08:48 2016 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 272D1ACD04E; Sat, 12 Mar 2016 19:08:48 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 ECA71B64; Sat, 12 Mar 2016 19:08:47 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2CJ8kvu074043; Sat, 12 Mar 2016 19:08:46 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2CJ8kxk074042; Sat, 12 Mar 2016 19:08:46 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201603121908.u2CJ8kxk074042@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Sat, 12 Mar 2016 19:08:46 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r296754 - stable/9/share/man/man9 X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Mar 2016 19:08:48 -0000 Author: bdrewery Date: Sat Mar 12 19:08:46 2016 New Revision: 296754 URL: https://svnweb.freebsd.org/changeset/base/296754 Log: MFC r296322: Remove self-reference to destroy_dev_drain(9). Modified: stable/9/share/man/man9/make_dev.9 Directory Properties: stable/9/share/man/man9/ (props changed) Modified: stable/9/share/man/man9/make_dev.9 ============================================================================== --- stable/9/share/man/man9/make_dev.9 Sat Mar 12 19:08:13 2016 (r296753) +++ stable/9/share/man/man9/make_dev.9 Sat Mar 12 19:08:46 2016 (r296754) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 3, 2011 +.Dd March 2, 2016 .Dt MAKE_DEV 9 .Os .Sh NAME @@ -372,7 +372,6 @@ flag was specified and the provided devi .Sh SEE ALSO .Xr devctl 4 , .Xr devfs 5 , -.Xr destroy_dev_drain 9 , .Xr dev_clone 9 .Sh HISTORY The