summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEric van Gyzen <vangyzen@FreeBSD.org>2020-08-04 21:09:36 +0000
committerEric van Gyzen <vangyzen@FreeBSD.org>2020-08-04 21:09:36 +0000
commitd7e515ff26d005e3dac9615e660d074d1bc0a069 (patch)
treeca11f3d213bc4cd707f6ae4644e00d89ae186498 /lib
parent32592d86dfad2781a260387082ccdf251bc45abd (diff)
downloadsrc-test2-d7e515ff26d005e3dac9615e660d074d1bc0a069.tar.gz
src-test2-d7e515ff26d005e3dac9615e660d074d1bc0a069.zip
devinfo: add man page links
Add man page links for all functions in devinfo(3). Reported by: vim MFC after: 2 weeks Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=363867
Diffstat (limited to 'lib')
-rw-r--r--lib/libdevinfo/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libdevinfo/Makefile b/lib/libdevinfo/Makefile
index 8b67ab4c372a..7995660fb7fd 100644
--- a/lib/libdevinfo/Makefile
+++ b/lib/libdevinfo/Makefile
@@ -5,6 +5,16 @@ SRCS= devinfo.c
INCS= devinfo.h
MAN= devinfo.3
+MLINKS+=devinfo.3 devinfo_init.3
+MLINKS+=devinfo.3 devinfo_free.3
+MLINKS+=devinfo.3 devinfo_handle_to_device.3
+MLINKS+=devinfo.3 devinfo_handle_to_resource.3
+MLINKS+=devinfo.3 devinfo_handle_to_rman.3
+MLINKS+=devinfo.3 devinfo_foreach_device_child.3
+MLINKS+=devinfo.3 devinfo_foreach_device_resource.3
+MLINKS+=devinfo.3 devinfo_foreach_rman_resource.3
+MLINKS+=devinfo.3 devinfo_foreach_rman.3
+
SHLIB_MAJOR= 6
WARNS?= 3