diff options
| author | wiz <wiz@NetBSD.org> | 2003-07-04 11:47:03 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-07-04 11:47:03 +0000 |
| commit | 9edf05479aafeeb4be8cd2c840d9638cb3623b07 (patch) | |
| tree | 440e2515de9bfe70c653966c33abfb6ec233cdb2 /lib/libpthread/pthread_create.3 | |
| parent | 63e8a90e85fb91715ab8bac96e716fd3b0408efb (diff) | |
Mark up a defined value.
Diffstat (limited to 'lib/libpthread/pthread_create.3')
| -rw-r--r-- | lib/libpthread/pthread_create.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libpthread/pthread_create.3 b/lib/libpthread/pthread_create.3 index 9794b50d935..edac20b2db9 100644 --- a/lib/libpthread/pthread_create.3 +++ b/lib/libpthread/pthread_create.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: pthread_create.3,v 1.2 2003/06/08 06:44:30 thorpej Exp $ +.\" $NetBSD: pthread_create.3,v 1.3 2003/07/04 11:48:59 wiz Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -132,7 +132,8 @@ shall fail if: .It Bq Er EAGAIN The system lacks the necessary resources to create another thread, or the system-imposed limit on the total number of threads in a process -[PTHREAD_THREADS_MAX] would be exceeded. +.Dv PTHREAD_THREADS_MAX +would be exceeded. .It Bq Er EINVAL The value specified by .Fa attr |
