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
This commit is contained in:
Eric van Gyzen 2020-08-04 21:09:36 +00:00
parent 32592d86df
commit d7e515ff26
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=363867

View File

@ -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