From owner-svn-src-all@freebsd.org Fri Nov 18 08:03:37 2016 Return-Path: Delivered-To: svn-src-all@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 18811C4604F; Fri, 18 Nov 2016 08:03:37 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C40BE2D7; Fri, 18 Nov 2016 08:03:36 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id 7e8tc3UkvIwqS7e8ucYxyB; Fri, 18 Nov 2016 01:03:29 -0700 X-Authority-Analysis: v=2.2 cv=cNuQihWN c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=L24OOQBejmoA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=D50h1nt6sp51YlMmnYIA:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id 6DCA1E6; Fri, 18 Nov 2016 00:03:27 -0800 (PST) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id uAI83RZ3035237; Fri, 18 Nov 2016 00:03:27 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201611180803.uAI83RZ3035237@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Dexuan Cui cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r308798 - head/share/man/man4 In-Reply-To: Message from Dexuan Cui of "Fri, 18 Nov 2016 07:36:00 +0000." <201611180736.uAI7a0GI063125@repo.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 18 Nov 2016 00:03:27 -0800 X-CMAE-Envelope: MS4wfIpaTtjMzOEDVBQ7ItMfsf94S31ac0H3bSunFiEZ+QobF+qv/DeD984u0d44//NfoXgpVs/fFHunDxGk9JvHR19ifSP0R6YfZLcm94rtl9v0uNyp+Awn hpu5VRkQDF/G3CRvllTQmrec5wAKnDI7WqOvWuhvJebD8MJOQ8iuaigpAJIvOicx7Oaf6suy8k8QFfzKupL7Wxa5tb0kDzuhQg0RMgOiHI3Lh4nsCTgJBRV+ enK8LvnNtdsUNjueotSLfROUc8LS5YzHne2+mmCh54dpoo07ve02BEmufhIPgSTx X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Nov 2016 08:03:37 -0000 In message <201611180736.uAI7a0GI063125@repo.freebsd.org>, Dexuan Cui writes: > Author: dexuan > Date: Fri Nov 18 07:36:00 2016 > New Revision: 308798 > URL: https://svnweb.freebsd.org/changeset/base/308798 > > Log: > remove the hv_ata_pci_disengage(4) manual > > A few months ago, we removed the driver, which was not necessary any longer > . > > Reviewed by: sephe > Approved by: sephe (mentor) > MFC after: 1 week > Sponsored by: Microsoft > > Deleted: > head/share/man/man4/hv_ata_pci_disengage.4 > Modified: > head/share/man/man4/hv_vmbus.4 > > Modified: head/share/man/man4/hv_vmbus.4 > ============================================================================= > = > --- head/share/man/man4/hv_vmbus.4 Fri Nov 18 07:27:41 2016 (r30879 > 7) > +++ head/share/man/man4/hv_vmbus.4 Fri Nov 18 07:36:00 2016 (r30879 > 8) > @@ -74,7 +74,6 @@ the interface that facilitate high perfo > between the VSCs and VSPs. > All VSCs utilize the VMBus driver. > .Sh SEE ALSO > -.Xr hv_ata_pci_disengage 4 , > .Xr hv_netvsc 4 , > .Xr hv_storvsc 4 , > .Xr hv_utils 4 > > This causes a build failure: make[5]: make[5]: don't know how to make hv_ata_pci_disengage.4. Stop make[5]: stopped in /opt/src/svn-current/share/man/man4 *** [all_subdir_share/man/man4] Error code 2 You'll need to remove its reference from the Makefile. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.