Module Name: src Committed By: wiz Date: Sat Apr 11 16:51:39 UTC 2009
Modified Files: src/lib/libpthread: pthread_attr.3 pthread_mutexattr.3 Log Message: Avoid duplicate .Pp. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libpthread/pthread_attr.3 cvs rdiff -u -r1.8 -r1.9 src/lib/libpthread/pthread_mutexattr.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libpthread/pthread_attr.3 diff -u src/lib/libpthread/pthread_attr.3:1.9 src/lib/libpthread/pthread_attr.3:1.10 --- src/lib/libpthread/pthread_attr.3:1.9 Sat Apr 11 15:35:15 2009 +++ src/lib/libpthread/pthread_attr.3 Sat Apr 11 16:51:39 2009 @@ -1,4 +1,4 @@ -.\" $NetBSD: pthread_attr.3,v 1.9 2009/04/11 15:35:15 joerg Exp $ +.\" $NetBSD: pthread_attr.3,v 1.10 2009/04/11 16:51:39 wiz Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -214,7 +214,7 @@ .Fa param is invalid. .El -.Pp +.\" .Pp .\" .Fn pthread_attr_setschedpolicy .\" may fail if: .\" .Bl -tag -width Er Index: src/lib/libpthread/pthread_mutexattr.3 diff -u src/lib/libpthread/pthread_mutexattr.3:1.8 src/lib/libpthread/pthread_mutexattr.3:1.9 --- src/lib/libpthread/pthread_mutexattr.3:1.8 Sun May 4 19:43:05 2008 +++ src/lib/libpthread/pthread_mutexattr.3 Sat Apr 11 16:51:39 2009 @@ -1,4 +1,4 @@ -.\" $NetBSD: pthread_mutexattr.3,v 1.8 2008/05/04 19:43:05 martin Exp $ +.\" $NetBSD: pthread_mutexattr.3,v 1.9 2009/04/11 16:51:39 wiz Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -184,7 +184,7 @@ .Fa type is invalid. .El -.Pp +.\" .Pp .\" .Fn pthread_mutexattr_setprioceiling .\" may fail if: .\" .Bl -tag -width Er