Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2017 05:16:41 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r316220 - stable/11/share/man/man9
Message-ID:  <201703300516.v2U5Gfeq080414@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703300516.v2U5Gfeq080414>