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 comma after the last Nm entry.
details: https://anonhg.NetBSD.org/src/rev/362259c32eee
branches: trunk
changeset: 353186:362259c32eee
user: abhinav <abhinav%NetBSD.org@localhost>
date: Sat Apr 22 22:36:00 2017 +0000
description:
Remove comma after the last Nm entry.
diffstat:
share/man/man3/queue.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1fc185c74ce6 -r 362259c32eee share/man/man3/queue.3
--- a/share/man/man3/queue.3 Sat Apr 22 21:50:49 2017 +0000
+++ b/share/man/man3/queue.3 Sat Apr 22 22:36:00 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: queue.3,v 1.54 2016/10/15 16:31:16 jdolecek Exp $
+.\" $NetBSD: queue.3,v 1.55 2017/04/22 22:36:00 abhinav Exp $
.\"
.\" Copyright (c) 2000, 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -138,7 +138,7 @@
.Nm STAILQ_INSERT_TAIL ,
.Nm STAILQ_REMOVE_HEAD ,
.Nm STAILQ_REMOVE ,
-.Nm STAILQ_CONCAT ,
+.Nm STAILQ_CONCAT
.Nd implementations of singly-linked lists, lists, simple queues, tail queues, and singly-linked tail queues
.Sh SYNOPSIS
.In sys/queue.h
Home |
Main Index |
Thread Index |
Old Index