diff options
author | 2007-11-24 14:34:23 +0000 | |
---|---|---|
committer | 2007-11-24 14:34:23 +0000 | |
commit | 38bc0c1d7d1a73dd5cd164fa8a4a09e3678dd5e8 (patch) | |
tree | 2bd7286268cd2e1d33c72015a3a91821e844307c | |
parent | Be sure to program the busswitch interrupt selection register on 197SP (diff) | |
download | wireguard-openbsd-38bc0c1d7d1a73dd5cd164fa8a4a09e3678dd5e8.tar.xz wireguard-openbsd-38bc0c1d7d1a73dd5cd164fa8a4a09e3678dd5e8.zip |
workq_add_task returns ENOMEM on failure
-rw-r--r-- | share/man/man9/workq_add_task.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/workq_add_task.9 b/share/man/man9/workq_add_task.9 index e473352078c..da3d97d71cc 100644 --- a/share/man/man9/workq_add_task.9 +++ b/share/man/man9/workq_add_task.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: workq_add_task.9,v 1.5 2007/06/11 22:13:19 thib Exp $ +.\" $OpenBSD: workq_add_task.9,v 1.6 2007/11/24 14:34:23 tedu Exp $ .\" .\" Copyright (c) 2007 David Gwynne <dlg@openbsd.org> .\" @@ -24,7 +24,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 11 2007 $ +.Dd $Mdocdate: November 24 2007 $ .Dt WORKQ_ADD_TASK 9 .Os .Sh NAME @@ -79,7 +79,7 @@ Wait for resources to become available. If resources are not available and this flag is not set then .Fn workq_add_task will return -.Dv NULL . +.Dv ENOMEM . .El .Pp .Fn workq_create |