mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
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
This commit is contained in:
parent
445deb63de
commit
7eadf51252
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue