From a3da67ef187ef78a4d8c1551bccaaca333d497f1 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 16 Oct 2005 19:26:05 +0000 Subject: [PATCH] Add comma in enumeration. --- share/man/man9/bufq.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/bufq.9 b/share/man/man9/bufq.9 index 6b1d92685390..6ca6e29b5b97 100644 --- a/share/man/man9/bufq.9 +++ b/share/man/man9/bufq.9 @@ -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.