Date: Thu, 23 Mar 2017 05:38:57 +0000 (UTC) From: Ngie Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r315796 - head/share/man/man9 Message-ID: <201703230538.v2N5cvGW027249@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Thu Mar 23 05:38:57 2017 New Revision: 315796 URL: https://svnweb.freebsd.org/changeset/base/315796 Log: bus_alloc_resource(9): fix mandoc markup Add missing comma after `.Nm bus_alloc_resource_any` in NAME section. MFC after: 1 week Reported by: make manlint Sponsored by: Dell EMC Isilon Modified: head/share/man/man9/bus_alloc_resource.9 Modified: head/share/man/man9/bus_alloc_resource.9 ============================================================================== --- head/share/man/man9/bus_alloc_resource.9 Thu Mar 23 05:37:04 2017 (r315795) +++ head/share/man/man9/bus_alloc_resource.9 Thu Mar 23 05:38:57 2017 (r315796) @@ -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?201703230538.v2N5cvGW027249>