Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpthread Add missing list end.



details:   https://anonhg.NetBSD.org/src/rev/4e069edff7f5
branches:  trunk
changeset: 756148:4e069edff7f5
user:      njoly <njoly%NetBSD.org@localhost>
date:      Wed Jul 07 10:22:33 2010 +0000

description:
Add missing list end.

diffstat:

 lib/libpthread/pthread_attr_getscope.3 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 59b1c78e4d71 -r 4e069edff7f5 lib/libpthread/pthread_attr_getscope.3
--- a/lib/libpthread/pthread_attr_getscope.3    Wed Jul 07 09:54:07 2010 +0000
+++ b/lib/libpthread/pthread_attr_getscope.3    Wed Jul 07 10:22:33 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_attr_getscope.3,v 1.1 2010/07/07 08:22:53 jruoho Exp $
+.\" $NetBSD: pthread_attr_getscope.3,v 1.2 2010/07/07 10:22:33 njoly Exp $
 .\"
 .\" Copyright (c) 2010 Jukka Ruohonen <jruohonen%iki.fi@localhost>
 .\" All rights reserved.
@@ -90,6 +90,7 @@
 .Bl -tag -width Er
 .It Bq Er EINVAL
 Invalid parameter.
+.El
 .Sh SEE ALSO
 .Xr pthread_attr 3 ,
 .Xr csf 9



Home | Main Index | Thread Index | Old Index