summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgbe <gbe@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>2020-12-19 10:24:36 +0000
committergbe <gbe@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>2020-12-19 10:24:36 +0000
commitba10dc305c4ffddaf9bb00b6120959515fe71c2c (patch)
treecadd09505c8e7befcd0c208a2def387510095c22
parent929babab0f7e8e0e96c2bc8d9a87ef3a908bc6ce (diff)
downloadfreebsd-ba10dc305c4ffddaf9bb00b6120959515fe71c2c.tar.gz
freebsd-ba10dc305c4ffddaf9bb00b6120959515fe71c2c.tar.bz2
ofw_bus_is_compatible(9): Fix a few mandoc related issues
- missing comma before name: Nm ofw_bus_is_compatible_strict - missing comma before name: Nm ofw_bus_node_is_compatible - missing comma before name: Nm ofw_bus_search_compatible - skipping paragraph macro: Pp after Sh MFC after: 1 week git-svn-id: http://svn.freebsd.org/base/head@368796 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
-rw-r--r--share/man/man9/ofw_bus_is_compatible.97
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man9/ofw_bus_is_compatible.9 b/share/man/man9/ofw_bus_is_compatible.9
index fe2805f0ef0..3f7dd063971 100644
--- a/share/man/man9/ofw_bus_is_compatible.9
+++ b/share/man/man9/ofw_bus_is_compatible.9
@@ -32,9 +32,9 @@
.Dt ofw_bus_is_compatible 9
.Os
.Sh NAME
-.Nm ofw_bus_is_compatible
-.Nm ofw_bus_is_compatible_strict
-.Nm ofw_bus_node_is_compatible
+.Nm ofw_bus_is_compatible ,
+.Nm ofw_bus_is_compatible_strict ,
+.Nm ofw_bus_node_is_compatible ,
.Nm ofw_bus_search_compatible
.Nd check device tree nodes for compatibility with drivers
.Sh SYNOPSIS
@@ -50,7 +50,6 @@
.Ft const struct ofw_compat_data *
.Fn ofw_bus_search_compatible "device_t dev" "const struct ofw_compat_data *compat"
.Sh DESCRIPTION
-.Pp
The "compatible" property of the device tree node is used to
identify the type of the device the node represents.
The property is a list of one or more strings that represent