Add missing coma.

This commit is contained in:
Edward Tomasz Napierala 2010-02-06 14:10:45 +00:00
parent 644da90d9f
commit 6e53c1bb55
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203549

View File

@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd March 25, 2002
.Dd February 6, 2010
.Dt MTX_POOL 9
.Os
.Sh NAME
@ -177,7 +177,7 @@ on each mutex in the specified pool,
deallocates the memory associated with the pool,
and assigns NULL to the pool pointer.
.Sh SEE ALSO
.Xr locking 9
.Xr locking 9 ,
.Xr mutex 9
.Sh HISTORY
These routines first appeared in