diff options
| author | wiz <wiz@NetBSD.org> | 2010-07-09 08:32:39 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2010-07-09 08:32:39 +0000 |
| commit | b4d7d4fbfb775f9d89ff19c2cf970c487c92ad3f (patch) | |
| tree | 0aad2a46a898cc09d55f99f0c98c798c45dd8175 /lib/libpthread | |
| parent | c351e7655b86bd6eaec6cc5f82b6695081bc4e15 (diff) | |
Sort errors.
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/pthread_attr_getname_np.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/pthread_attr_getname_np.3 b/lib/libpthread/pthread_attr_getname_np.3 index 45ef91dcf9b..175914bed44 100644 --- a/lib/libpthread/pthread_attr_getname_np.3 +++ b/lib/libpthread/pthread_attr_getname_np.3 @@ -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 @@ The .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 |
