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

Dexuan Cui dexuan at FreeBSD.org
Fri Nov 18 08:15:47 UTC 2016


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 \


More information about the svn-src-head mailing list