Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpthread Sort errors.
details: https://anonhg.NetBSD.org/src/rev/7dd87bec5f88
branches: trunk
changeset: 756237:7dd87bec5f88
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Jul 09 08:32:39 2010 +0000
description:
Sort errors.
diffstat:
lib/libpthread/pthread_attr_getname_np.3 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 4094271cb792 -r 7dd87bec5f88 lib/libpthread/pthread_attr_getname_np.3
--- a/lib/libpthread/pthread_attr_getname_np.3 Fri Jul 09 08:31:35 2010 +0000
+++ b/lib/libpthread/pthread_attr_getname_np.3 Fri Jul 09 08:32:39 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_attr_getname_np.3,v 1.4 2010/07/09 07:31:01 jruoho Exp $
+.\" $NetBSD: pthread_attr_getname_np.3,v 1.5 2010/07/09 08:32:39 wiz Exp $
.\"
.\" Copyright (c)2007 YAMAMOTO Takashi,
.\" All rights reserved.
@@ -89,13 +89,13 @@
.Fn pthread_attr_setname_np
function may fail if:
.Bl -tag -width Er
-.It Bq Er ENOMEM
-There was insufficient memory for the operation.
.It Bq Er EINVAL
The supplied descriptive
.Fa name
was longer than
.Dv PTHREAD_MAX_NAMELEN_NP .
+.It Bq Er ENOMEM
+There was insufficient memory for the operation.
.El
.\" ------------------------------------------------------------
.Sh SEE ALSO
Home |
Main Index |
Thread Index |
Old Index