Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Aug 2020 21:09:36 +0000 (UTC)
From:      Eric van Gyzen <vangyzen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r363867 - head/lib/libdevinfo
Message-ID:  <202008042109.074L9adU053636@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vangyzen
Date: Tue Aug  4 21:09:36 2020
New Revision: 363867
URL: https://svnweb.freebsd.org/changeset/base/363867

Log:
  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

Modified:
  head/lib/libdevinfo/Makefile

Modified: head/lib/libdevinfo/Makefile
==============================================================================
--- head/lib/libdevinfo/Makefile	Tue Aug  4 21:05:53 2020	(r363866)
+++ head/lib/libdevinfo/Makefile	Tue Aug  4 21:09:36 2020	(r363867)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008042109.074L9adU053636>