svn commit: r316220 - stable/11/share/man/man9
Ngie Cooper
ngie at FreeBSD.org
Thu Mar 30 05:16:42 UTC 2017
Author: ngie
Date: Thu Mar 30 05:16:41 2017
New Revision: 316220
URL: https://svnweb.freebsd.org/changeset/base/316220
Log:
MFC r315796:
bus_alloc_resource(9): fix mandoc markup
Add missing comma after `.Nm bus_alloc_resource_any` in NAME section.
Modified:
stable/11/share/man/man9/bus_alloc_resource.9
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/share/man/man9/bus_alloc_resource.9
==============================================================================
--- stable/11/share/man/man9/bus_alloc_resource.9 Thu Mar 30 05:16:37 2017 (r316219)
+++ stable/11/share/man/man9/bus_alloc_resource.9 Thu Mar 30 05:16:41 2017 (r316220)
@@ -33,7 +33,7 @@
.Os
.Sh NAME
.Nm bus_alloc_resource ,
-.Nm bus_alloc_resource_any
+.Nm bus_alloc_resource_any ,
.Nm bus_alloc_resource_anywhere
.Nd allocate resources from a parent bus
.Sh SYNOPSIS
More information about the svn-src-stable
mailing list