Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Sort errors.



details:   https://anonhg.NetBSD.org/src/rev/facbe4759bff
branches:  trunk
changeset: 823454:facbe4759bff
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Apr 23 11:38:53 2017 +0000

description:
Sort errors.

diffstat:

 lib/libc/sys/_lwp_create.2 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r e61b3b40185e -r facbe4759bff lib/libc/sys/_lwp_create.2
--- a/lib/libc/sys/_lwp_create.2        Sun Apr 23 11:37:29 2017 +0000
+++ b/lib/libc/sys/_lwp_create.2        Sun Apr 23 11:38:53 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: _lwp_create.2,v 1.6 2017/04/21 15:04:10 christos Exp $
+.\"    $NetBSD: _lwp_create.2,v 1.7 2017/04/23 11:38:53 wiz Exp $
 .\"
 .\" Copyright (c) 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -81,13 +81,11 @@
 .Sh ERRORS
 .Fn _lwp_create
 will fail and no LWP will be created if:
-.Bl -tag -width [EAGAIN]
+.Bl -tag -width 10n
 .It Bq Er EAGAIN
 The system-imposed limit on the total
 number of LWPs under execution would be exceeded.
 This limit is configuration-dependent.
-.It Bq Er ENOMEM
-There is insufficient swap space for the new LWP.
 .It Bq Er EFAULT
 The address pointed to by
 .Fa context
@@ -96,6 +94,8 @@
 is outside the process's allocated address space.
 .It Bq Er EINVAL
 The ucontext_t passed is invalid.
+.It Bq Er ENOMEM
+There is insufficient swap space for the new LWP.
 .El
 .Sh SEE ALSO
 .Xr _lwp_continue 2 ,



Home | Main Index | Thread Index | Old Index