From b4660c3783618e556c74d2a1d739858101d8f4e6 Mon Sep 17 00:00:00 2001 From: Ben Smithurst Date: Sat, 30 Dec 2000 18:58:15 +0000 Subject: [PATCH] Remove comma after final .Nm entry before .Nd --- share/man/man3/queue.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3 index cb1125c01b45..1f37e263d376 100644 --- a/share/man/man3/queue.3 +++ b/share/man/man3/queue.3 @@ -89,7 +89,7 @@ .Nm TAILQ_LAST , .Nm TAILQ_NEXT , .Nm TAILQ_PREV , -.Nm TAILQ_REMOVE , +.Nm TAILQ_REMOVE .Nd implementations of singly-linked lists, singly-linked tail queues, lists and tail queues .Sh SYNOPSIS