git: 97fcafc83915 - stable/12 - MFC r368796: ofw_bus_is_compatible(9): Fix a few mandoc related issues

Gordon Bergling gbe at FreeBSD.org
Sun Dec 27 13:10:37 UTC 2020


The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=97fcafc83915bd4453e8c7ddcc400405b49ec410

commit 97fcafc83915bd4453e8c7ddcc400405b49ec410
Author:     Gordon Bergling <gbe at FreeBSD.org>
AuthorDate: 2020-12-19 10:24:36 +0000
Commit:     Gordon Bergling <gbe at FreeBSD.org>
CommitDate: 2020-12-27 13:04:58 +0000

    MFC r368796: 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
    
    (cherry picked from commit 8bf0ef84d9c1aef72ba64f4dcbebb2a38edcf183)
---
 share/man/man9/ofw_bus_is_compatible.9 | 7 +++----
 1 file 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 fe2805f0ef05..3f7dd0639716 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


More information about the dev-commits-src-all mailing list