Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Add a RETURN VALUES section.
details: https://anonhg.NetBSD.org/src/rev/5070f955866e
branches: trunk
changeset: 751131:5070f955866e
user: jruoho <jruoho%NetBSD.org@localhost>
date: Mon Jan 25 18:25:08 2010 +0000
description:
Add a RETURN VALUES section.
diffstat:
share/man/man9/sysmon_taskq.9 | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r d7797086f475 -r 5070f955866e share/man/man9/sysmon_taskq.9
--- a/share/man/man9/sysmon_taskq.9 Mon Jan 25 17:27:41 2010 +0000
+++ b/share/man/man9/sysmon_taskq.9 Mon Jan 25 18:25:08 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysmon_taskq.9,v 1.1 2010/01/25 16:16:33 jruoho Exp $
+.\" $NetBSD: sysmon_taskq.9,v 1.2 2010/01/25 18:25:08 jruoho Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -57,6 +57,17 @@
.Fa func
is specified by
.Fa arg .
+.Sh RETURN VALUES
+Upon successful completion,
+.Fn sysmon_task_queue_sched
+returns 0.
+Otherwise, the following error values are returned:
+.Bl -tag -width [EINVAL]
+.It Bq Er EINVAL
+An invalid parameter was specified.
+.It Bq Er ENOMEM
+There was not enough memory.
+.El
.Sh SEE ALSO
.Xr queue 3 ,
.Xr kthread 9 ,
Home |
Main Index |
Thread Index |
Old Index