Module Name: src
Committed By: wiz
Date: Sat Nov 23 17:40:43 UTC 2013
Modified Files:
src/share/man/man3: queue.3
Log Message:
Remove extra comma.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/share/man/man3/queue.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man3/queue.3
diff -u src/share/man/man3/queue.3:1.44 src/share/man/man3/queue.3:1.45
--- src/share/man/man3/queue.3:1.44 Sat Nov 23 14:54:02 2013
+++ src/share/man/man3/queue.3 Sat Nov 23 17:40:43 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: queue.3,v 1.44 2013/11/23 14:54:02 christos Exp $
+.\" $NetBSD: queue.3,v 1.45 2013/11/23 17:40:43 wiz Exp $
.\"
.\" Copyright (c) 2000, 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -278,7 +278,7 @@ Each head entry requires two pointers ra
Simple queues are ideal for applications with large datasets and few or
no removals, or for implementing a FIFO queue.
.Pp
-All doubly linked types of data structures (lists, and tail queues)
+All doubly linked types of data structures (lists and tail queues)
additionally allow:
.Bl -enum -compact -offset indent
.It