mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
buf_ring(9): fix mandoc markup
Remove spurious trailing comma after `buf_ring_peek` in the NAME section. MFC after: 1 week Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
7eadf51252
commit
df3d220fc5
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
.Nm buf_ring_count ,
|
||||
.Nm buf_ring_empty ,
|
||||
.Nm buf_ring_full ,
|
||||
.Nm buf_ring_peek ,
|
||||
.Nm buf_ring_peek
|
||||
.Nd multi-producer, {single, multi}-consumer lock-less ring buffer
|
||||
.Sh SYNOPSIS
|
||||
.In sys/param.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue