summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@cvs.openbsd.org>2022-03-29 14:28:00 +0000
committerChristian Weisgerber <naddy@cvs.openbsd.org>2022-03-29 14:28:00 +0000
commit98cb55a57eb0c3008a22fcd154ea281ea7aa65ff (patch)
tree32d056ee0f9757ae2051eca404e15d642123e6a8 /share/man
parent7607f3b4d1535e9d7084055e8bbcc80c89d49e87 (diff)
man pages: add missing commas in enumerations
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man3/queue.36
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3
index d9b0dafd9ad..9113a4968b7 100644
--- a/share/man/man3/queue.3
+++ b/share/man/man3/queue.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: queue.3,v 1.68 2020/12/30 13:33:38 millert Exp $
+.\" $OpenBSD: queue.3,v 1.69 2022/03/29 14:27:59 naddy Exp $
.\" $NetBSD: queue.3,v 1.4 1995/07/03 00:25:36 mycroft Exp $
.\"
.\" Copyright (c) 1993 The Regents of the University of California.
@@ -30,7 +30,7 @@
.\"
.\" @(#)queue.3 8.1 (Berkeley) 12/13/93
.\"
-.Dd $Mdocdate: December 30 2020 $
+.Dd $Mdocdate: March 29 2022 $
.Dt SLIST_INIT 3
.Os
.Sh NAME
@@ -928,7 +928,7 @@ it is permitted to remove var as well
as free it from within the loop safely without interfering with the traversal.
.Pp
The
-.Fn STAILQ_FIRST
+.Fn STAILQ_FIRST ,
.Fn STAILQ_NEXT ,
and
.Fn STAILQ_LAST