svn commit: r368796 - head/share/man/man9

Gordon Bergling gbe at FreeBSD.org
Sat Dec 19 10:24:37 UTC 2020


Author: gbe (doc committer)
Date: Sat Dec 19 10:24:36 2020
New Revision: 368796
URL: https://svnweb.freebsd.org/changeset/base/368796

Log:
  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

Modified:
  head/share/man/man9/ofw_bus_is_compatible.9

Modified: head/share/man/man9/ofw_bus_is_compatible.9
==============================================================================
--- head/share/man/man9/ofw_bus_is_compatible.9	Sat Dec 19 10:20:22 2020	(r368795)
+++ head/share/man/man9/ofw_bus_is_compatible.9	Sat Dec 19 10:24:36 2020	(r368796)
@@ -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 svn-src-all mailing list