Remove comma after final .Nm entry before .Nd

This commit is contained in:
Ben Smithurst 2000-12-30 18:58:15 +00:00
parent 83c1fbc27f
commit b4660c3783
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70515

View File

@ -89,7 +89,7 @@
.Nm TAILQ_LAST , .Nm TAILQ_LAST ,
.Nm TAILQ_NEXT , .Nm TAILQ_NEXT ,
.Nm TAILQ_PREV , .Nm TAILQ_PREV ,
.Nm TAILQ_REMOVE , .Nm TAILQ_REMOVE
.Nd implementations of singly-linked lists, singly-linked tail queues, .Nd implementations of singly-linked lists, singly-linked tail queues,
lists and tail queues lists and tail queues
.Sh SYNOPSIS .Sh SYNOPSIS