Add missing list end.

This commit is contained in:
njoly 2010-07-06 23:15:47 +00:00
parent 42a8adcdaf
commit aab619738e
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pthread_attr_get_np.3,v 1.1 2010/07/06 21:36:34 jruoho Exp $
.\" $NetBSD: pthread_attr_get_np.3,v 1.2 2010/07/06 23:15:47 njoly Exp $
.\"
.\" Copyright (c) 2010 Jukka Ruohonen <jruohonen@iki.fi>
.\" All rights reserved.
@ -94,6 +94,7 @@ Insufficient memory.
.It Bq Er ESRCH
Non-existent
.Fa thread .
.El
.Sh SEE ALSO
.Xr pthread 3 ,
.Xr pthread_attr 3