Module Name:    src
Committed By:   wiz
Date:           Fri May 29 18:00:51 UTC 2015

Modified Files:
        src/lib/libpthread: pthread_key_create.3

Log Message:
Bump date for previous.
New sentence, new line.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libpthread/pthread_key_create.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_key_create.3
diff -u src/lib/libpthread/pthread_key_create.3:1.7 src/lib/libpthread/pthread_key_create.3:1.8
--- src/lib/libpthread/pthread_key_create.3:1.7	Fri May 29 07:37:31 2015
+++ src/lib/libpthread/pthread_key_create.3	Fri May 29 18:00:51 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_key_create.3,v 1.7 2015/05/29 07:37:31 manu Exp $
+.\" $NetBSD: pthread_key_create.3,v 1.8 2015/05/29 18:00:51 wiz Exp $
 .\"
 .\" Copyright (c) 2002, 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -55,7 +55,7 @@
 .\"
 .\" $FreeBSD: src/lib/libpthread/man/pthread_key_create.3,v 1.12 2002/09/16 19:29:28 mini Exp $
 .\"
-.Dd July 9, 2010
+.Dd May 29, 2015
 .Dt PTHREAD_KEY_CREATE 3
 .Os
 .Sh NAME
@@ -154,8 +154,8 @@ Upon failure both functions return an er
 .Sh ENVIRONMENT
 .Bl -tag -width PTHREAD_KEYS_MAX
 .It Ev PTHREAD_KEYS_MAX
-Maximum per process thread-specific data keys. This cannot be set
-below 
+Maximum per-process thread-specific data keys.
+This cannot be set below
 .Dv _POSIX_THREAD_KEYS_MAX .
 .El
 .Sh ERRORS
@@ -165,7 +165,7 @@ may fail if:
 .Bl -tag -width Er
 .It Bq Er EAGAIN
 The system lacked the necessary resources to create another thread-specific
-data key, or the system-imposed limit on the total number of keys per process
+data key, or the system-imposed limit on the total number of keys per-process
 .Dv PTHREAD_KEYS_MAX
 would be exceeded.
 .It Bq Er ENOMEM

Reply via email to