summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-03-30 05:16:37 +0000
committerngie <ngie@FreeBSD.org>2017-03-30 05:16:37 +0000
commit75d7b8121f4ca032fa51b8722dc8ddf19c47e181 (patch)
tree3c3d36964649c85b1b26b3b3ca568112c27ffad7 /share
parent37190c67346825ae2cec929c91f9d0d2ebeca05c (diff)
downloadFreeBSD-src-75d7b8121f4ca032fa51b8722dc8ddf19c47e181.zip
FreeBSD-src-75d7b8121f4ca032fa51b8722dc8ddf19c47e181.tar.gz
MFC r315796:
bus_alloc_resource(9): fix mandoc markup Add missing comma after `.Nm bus_alloc_resource_any` in NAME section.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/bus_alloc_resource.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/bus_alloc_resource.9 b/share/man/man9/bus_alloc_resource.9
index 388a7f3..4877f93 100644
--- a/share/man/man9/bus_alloc_resource.9
+++ b/share/man/man9/bus_alloc_resource.9
@@ -33,7 +33,7 @@
.Os
.Sh NAME
.Nm bus_alloc_resource ,
-.Nm bus_alloc_resource_any
+.Nm bus_alloc_resource_any ,
.Nd allocate resources from a parent bus
.Sh SYNOPSIS
.In sys/param.h
OpenPOWER on IntegriCloud