Date: Tue, 18 Oct 2022 14:10:29 GMT From: Mitchell Horne <mhorne@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 717fa9300129 - stable/13 - ofw_graph(9): hook it up to the Makefile Message-ID: <202210181410.29IEAT09001806@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=717fa9300129259b870a56a354dd6c92cb4ddacf commit 717fa9300129259b870a56a354dd6c92cb4ddacf Author: Mitchell Horne <mhorne@FreeBSD.org> AuthorDate: 2022-10-11 19:28:16 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2022-10-18 14:08:24 +0000 ofw_graph(9): hook it up to the Makefile Otherwise, the man page is not installed. Add appropriate MLINKS. Reviewed by: manu MFC after: 3 days Fixes: 9a4eed0be20c ("ofw_graph: Add functions for graph bindings") Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D36932 (cherry picked from commit d88131e1e50c9cce5bd089b156661ca3090c10c6) --- share/man/man9/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 4da8cc799b18..e360866bd45d 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -236,6 +236,7 @@ MAN= accept_filter.9 \ OF_package_to_path.9 \ ofw_bus_is_compatible.9 \ ofw_bus_status_okay.9 \ + ofw_graph.9 \ osd.9 \ owll.9 \ own.9 \ @@ -1696,6 +1697,12 @@ MLINKS+=ofw_bus_is_compatible.9 ofw_bus_is_compatible_strict.9 \ ofw_bus_is_compatible.9 ofw_bus_search_compatible.9 MLINKS+= ofw_bus_status_okay.9 ofw_bus_get_status.9 \ ofw_bus_status_okay.9 ofw_bus_node_status_okay.9 +MLINKS+=ofw_graph.9 ofw_graph_get_device_by_port_ep.9 \ + ofw_graph.9 ofw_graph_get_endpoint_by_idx.9 \ + ofw_graph.9 ofw_graph_get_port_by_idx.9 \ + ofw_graph.9 ofw_graph_get_remove_endpoint.9 \ + ofw_graph.9 ofw_graph_get_remove_parent.9 \ + ofw_graph.9 ofw_graph_port_get_num_endpoints.9 MLINKS+=osd.9 osd_call.9 \ osd.9 osd_del.9 \ osd.9 osd_deregister.9 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210181410.29IEAT09001806>