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

Gordon Bergling gbe at FreeBSD.org
Sat Dec 19 10:15:59 UTC 2020


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

Log:
  bhnd_erom(9): Fix a few mandoc related issues
  
  - skipping paragraph macro: Pp before Bl
  - skipping paragraph macro: Pp after Ss
  - skipping paragraph macro: Pp at the end of Ss
  - unusual Xr punctuation: none before bhnd_driver_get_erom_class(9)
  - unusual Xr punctuation: none before bus_space(9)
  
  MFC after:	1 week

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

Modified: head/share/man/man9/bhnd_erom.9
==============================================================================
--- head/share/man/man9/bhnd_erom.9	Sat Dec 19 10:11:37 2020	(r368792)
+++ head/share/man/man9/bhnd_erom.9	Sat Dec 19 10:15:58 2020	(r368793)
@@ -336,7 +336,6 @@ If the core information is not desired, set
 to
 .Dv NULL .
 .Ss Bus Space I/O
-.Pp
 The
 .Vt bhnd_erom_io
 structure provides a set of I/O callbacks used by
@@ -353,7 +352,6 @@ callbacks directly.
 The
 .Vt bhnd_erom_io
 structure contains these required fields:
-.Pp
 .Bl -tag -width "read" -offset indent
 .It Fa map
 A function implementing
@@ -424,7 +422,6 @@ relative to the bus address previously mapped using
 The
 .Fa width
 must be one of 1, 2, or 4 bytes.
-.Pp
 .Sh RETURN VALUES
 The
 .Fn bhnd_erom_probe
@@ -477,8 +474,8 @@ functions return 0 on success, otherwise an appropriat
 .Sh SEE ALSO
 .Xr bhnd 4 ,
 .Xr bhnd 9 ,
-.Xr bhnd_alloc_resource 9
-.Xr bhnd_driver_get_erom_class 9
+.Xr bhnd_alloc_resource 9 ,
+.Xr bhnd_driver_get_erom_class 9 ,
 .Xr bus_space 9
 .Sh AUTHORS
 .An -nosplit


More information about the svn-src-head mailing list