svn commit: r261738 - stable/10/share/man/man4
Christian Brueffer
brueffer at FreeBSD.org
Tue Feb 11 08:08:53 UTC 2014
Author: brueffer
Date: Tue Feb 11 08:08:53 2014
New Revision: 261738
URL: http://svnweb.freebsd.org/changeset/base/261738
Log:
MFC: r261494
Actually install acpi_rapidstart.4.
Modified:
stable/10/share/man/man4/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/share/man/man4/Makefile
==============================================================================
--- stable/10/share/man/man4/Makefile Tue Feb 11 08:02:02 2014 (r261737)
+++ stable/10/share/man/man4/Makefile Tue Feb 11 08:08:53 2014 (r261738)
@@ -13,6 +13,7 @@ MAN= aac.4 \
${_acpi_hp.4} \
${_acpi_ibm.4} \
${_acpi_panasonic.4} \
+ ${_acpi_rapidstart.4} \
${_acpi_sony.4} \
acpi_thermal.4 \
${_acpi_toshiba.4} \
@@ -733,6 +734,7 @@ _acpi_fujitsu.4=acpi_fujitsu.4
_acpi_hp.4= acpi_hp.4
_acpi_ibm.4= acpi_ibm.4
_acpi_panasonic.4=acpi_panasonic.4
+_acpi_rapidstart.4=acpi_rapidstart.4
_acpi_sony.4= acpi_sony.4
_acpi_toshiba.4=acpi_toshiba.4
_acpi_wmi.4= acpi_wmi.4
More information about the svn-src-stable
mailing list