diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 2d979a04dd02..9719cb17c177 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -241,6 +241,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 \ @@ -1698,6 +1699,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 \