svn commit: r308799 - head/share/man/man4

Andrew Turner andrew at fubar.geek.nz
Fri Nov 18 10:26:07 UTC 2016


On Fri, 18 Nov 2016 08:15:46 +0000 (UTC)
Dexuan Cui <dexuan at FreeBSD.org> 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


More information about the svn-src-head mailing list