svn commit: r290826 - stable/10/share/man/man9
Bryan Drewery
bdrewery at FreeBSD.org
Sat Nov 14 17:30:54 UTC 2015
Author: bdrewery
Date: Sat Nov 14 17:30:52 2015
New Revision: 290826
URL: https://svnweb.freebsd.org/changeset/base/290826
Log:
MFC r290428:
remove \, it confuses things.
Modified:
stable/10/share/man/man9/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/share/man/man9/Makefile
==============================================================================
--- stable/10/share/man/man9/Makefile Sat Nov 14 17:21:17 2015 (r290825)
+++ stable/10/share/man/man9/Makefile Sat Nov 14 17:30:52 2015 (r290826)
@@ -1032,7 +1032,7 @@ MLINKS+=pci.9 pci_alloc_msi.9 \
pci.9 pci_write_config.9 \
pci.9 pcie_adjust_config.9 \
pci.9 pcie_read_config.9 \
- pci.9 pcie_write_config.9 \
+ pci.9 pcie_write_config.9
MLINKS+=pfil.9 pfil_add_hook.9 \
pfil.9 pfil_hook_get.9 \
pfil.9 pfil_remove_hook.9
More information about the svn-src-stable-10
mailing list