From owner-svn-src-all@freebsd.org Fri Nov 18 10:26:07 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 A62A2C48C0B; Fri, 18 Nov 2016 10:26:07 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from kif.fubar.geek.nz (kif.fubar.geek.nz [178.62.119.249]) by mx1.freebsd.org (Postfix) with ESMTP id 768E31DC8; Fri, 18 Nov 2016 10:26:07 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from zapp (host81-149-102-120.in-addr.btopenworld.com [81.149.102.120]) by kif.fubar.geek.nz (Postfix) with ESMTPSA id 7C077D7DC6; Fri, 18 Nov 2016 10:24:46 +0000 (UTC) Date: Fri, 18 Nov 2016 10:25:31 +0000 From: Andrew Turner To: Dexuan Cui Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r308799 - head/share/man/man4 Message-ID: <20161118102531.664e22cb@zapp> In-Reply-To: <201611180815.uAI8FktG078866@repo.freebsd.org> References: <201611180815.uAI8FktG078866@repo.freebsd.org> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.29; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 10:26:07 -0000 On Fri, 18 Nov 2016 08:15:46 +0000 (UTC) Dexuan Cui wrote: > Author: dexuan > Date: Fri Nov 18 08:15:45 2016 > New Revision: 308799 > URL: https://svnweb.freebsd.org/changeset/base/308799 > > Log: > fix share/man/man4/Makefile for hv_ata_pci_disengage.4 > > We need to remove the line since we removed the related manual just > now. > Reviewed by: sephe > Approved by: sephe (mentor) > MFC after: 1 week > Sponsored by: Microsoft > > Modified: > head/share/man/man4/Makefile > > Modified: head/share/man/man4/Makefile > ============================================================================== > --- head/share/man/man4/Makefile Fri Nov 18 07:36:00 > 2016 (r308798) +++ head/share/man/man4/Makefile Fri Nov > 18 08:15:45 2016 (r308799) @@ -187,7 +187,6 @@ MAN= > aac.4 \ ${_hptmv.4} \ > ${_hptnr.4} \ > ${_hptrr.4} \ > - hv_ata_pci_disengage.4 \ > hv_kvp.4 \ > hv_netvsc.4 \ > hv_storvsc.4 \ > Should the other Hyper-V man pages be installed on architectures where the driver is unavailable? Andrew