aboutsummaryrefslogtreecommitdiff
path: root/share/man/man3/queue.3
diff options
context:
space:
mode:
authorBen Smithurst <ben@FreeBSD.org>2000-12-30 18:58:15 +0000
committerBen Smithurst <ben@FreeBSD.org>2000-12-30 18:58:15 +0000
commitb4660c3783618e556c74d2a1d739858101d8f4e6 (patch)
tree63271e2ddf0375e2b2dc1451414fd900744bf749 /share/man/man3/queue.3
parent83c1fbc27f3caa831562398dfb10e9955c2757f2 (diff)
downloadsrc-b4660c3783618e556c74d2a1d739858101d8f4e6.tar.gz
src-b4660c3783618e556c74d2a1d739858101d8f4e6.zip
Remove comma after final .Nm entry before .Nd
Notes
Notes: svn path=/head/; revision=70515
Diffstat (limited to 'share/man/man3/queue.3')
-rw-r--r--share/man/man3/queue.32
1 files changed, 1 insertions, 1 deletions
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