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

Glen Barber gjb at FreeBSD.org
Sat May 12 20:06:18 UTC 2012


Author: gjb (doc committer)
Date: Sat May 12 20:06:17 2012
New Revision: 235357
URL: http://svn.freebsd.org/changeset/base/235357

Log:
  Fix an mdoc(7) nit.

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

Modified: head/share/man/man9/bus_space.9
==============================================================================
--- head/share/man/man9/bus_space.9	Sat May 12 20:03:06 2012	(r235356)
+++ head/share/man/man9/bus_space.9	Sat May 12 20:06:17 2012	(r235357)
@@ -1610,7 +1610,7 @@ Access to these types of memory regions 
 .Fn bus_space_*_stream_N
 functions.
 .Pp
-.Bl -tag -compact
+.Bl -tag -compact -width Fn
 .It Fn bus_space_read_stream_1
 .It Fn bus_space_read_stream_2
 .It Fn bus_space_read_stream_4


More information about the svn-src-all mailing list