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:
Enji Cooper 2017-03-23 05:41:56 +00:00
parent 7eadf51252
commit df3d220fc5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=315797

View File

@ -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