diff options
author | Christian Brueffer <brueffer@FreeBSD.org> | 2022-04-12 21:52:54 +0000 |
---|---|---|
committer | Pau Amma <pauamma@FreeBSD.org> | 2023-03-01 10:14:38 +0000 |
commit | 07f1d6b9958738fc3dabfabb62341e8ad79e90e3 (patch) | |
tree | 20decd4b7f32a5ec2275539032f6b5521781399d /share/man/man9/ofw_graph.9 | |
parent | 867e8404efed7a33553646b89588831db1a2102b (diff) |
Fix a slew of mdoc warnings/errors.
MFC requested by meeena in IRC.
share/man/man9/VOP_SETLABEL.9 and share/man/man9/hz.9 omitted since
they didn't exist in 13-STABLE.
share/man/man9/mod_cc.9 omitted as some of the changes are in text
not applicable to 13-STABLE.
(cherry picked from commit 320686674b3c8ce3ffe135c421a22d063917ee46)
Approved by: carlavilla (mentor)
Diffstat (limited to 'share/man/man9/ofw_graph.9')
-rw-r--r-- | share/man/man9/ofw_graph.9 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/share/man/man9/ofw_graph.9 b/share/man/man9/ofw_graph.9 index 0c121f7a05b2..becb5caffc1f 100644 --- a/share/man/man9/ofw_graph.9 +++ b/share/man/man9/ofw_graph.9 @@ -32,7 +32,7 @@ .Nm ofw_graph_get_endpoint_by_idx , .Nm ofw_graph_get_remote_endpoint , .Nm ofw_graph_get_remote_parent , -.Nm ofw_graph_get_device_by_port_ep , +.Nm ofw_graph_get_device_by_port_ep .Nd Helpers for the graph bindings .Sh SYNOPSIS .In dev/ofw/openfirm.h @@ -50,7 +50,6 @@ .Ft device_t .Fn ofw_graph_get_device_by_port_ep "phandle_t node" "uint32_t port_id" "uin32_t ep_id" .Sh DESCRIPTION -.Pp The ofw_graph functions are helpers to parse the DTS graph bindings .Pp .Fn ofw_graph_get_port_by_idx @@ -96,7 +95,6 @@ if none. The device driver should have called .Fn OF_device_register_xref before. -.Fn .Sh HISTORY The .Nm ofw_graph |