Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man3 Remove extra comma.



details:   https://anonhg.NetBSD.org/src/rev/e881a182af75
branches:  trunk
changeset: 791563:e881a182af75
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Nov 23 17:40:43 2013 +0000

description:
Remove extra comma.

diffstat:

 share/man/man3/queue.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9b0ee25ad979 -r e881a182af75 share/man/man3/queue.3
--- a/share/man/man3/queue.3    Sat Nov 23 17:01:07 2013 +0000
+++ b/share/man/man3/queue.3    Sat Nov 23 17:40:43 2013 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index