diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-11-14 17:30:52 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-11-14 17:30:52 +0000 |
commit | 78d8327c3181bd74aa0ee6b3b318e3501642b3b1 (patch) | |
tree | 8ce84426c2197aae169cff82887224f18d362c4f /share/man/man9/Makefile | |
parent | 5fa66f56fec675533c2f53126a7e7cba785279a5 (diff) | |
download | FreeBSD-src-78d8327c3181bd74aa0ee6b3b318e3501642b3b1.zip FreeBSD-src-78d8327c3181bd74aa0ee6b3b318e3501642b3b1.tar.gz |
MFC r290428:
remove \, it confuses things.
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r-- | share/man/man9/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index d9156c0..ec6c699 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -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 |