Module Name: src
Committed By: uwe
Date: Mon Nov 12 23:34:50 UTC 2012
Modified Files:
src/lib/libpthread: pthread_rwlock.3
Log Message:
Mark up (unsupported) PTHREAD_PROCESS_SHARED with .Dv macro.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libpthread/pthread_rwlock.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_rwlock.3
diff -u src/lib/libpthread/pthread_rwlock.3:1.4 src/lib/libpthread/pthread_rwlock.3:1.5
--- src/lib/libpthread/pthread_rwlock.3:1.4 Mon Nov 12 23:11:05 2012
+++ src/lib/libpthread/pthread_rwlock.3 Mon Nov 12 23:34:50 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_rwlock.3,v 1.4 2012/11/12 23:11:05 uwe Exp $
+.\" $NetBSD: pthread_rwlock.3,v 1.5 2012/11/12 23:34:50 uwe Exp $
.\"
.\" Copyright (c) 2002, 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -341,4 +341,6 @@ These functions conform to
.St -p1003.1-2001 .
.\" ----------------------------------------------------------------------------
.Sh BUGS
-The PTHREAD_PROCESS_SHARED attribute is not supported.
+The
+.Dv PTHREAD_PROCESS_SHARED
+attribute is not supported.