Add comma in enumeration.

This commit is contained in:
wiz 2005-10-16 19:26:05 +00:00
parent d9955f7766
commit a3da67ef18
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: bufq.9,v 1.11 2005/10/16 19:25:31 wiz Exp $
.\" $NetBSD: bufq.9,v 1.12 2005/10/16 19:26:05 wiz Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -138,7 +138,7 @@ if the queue is empty.
Get the next buf from the queue without removal.
The next buf will remain the same until
.Fn BUFQ_GET ,
.Fn BUFQ_PUT
.Fn BUFQ_PUT ,
or
.Fn bufq_drain
is called.