Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Note that a callout should be stopped before ...
details: https://anonhg.NetBSD.org/src/rev/b0aca3b670df
branches: trunk
changeset: 784603:b0aca3b670df
user: jdc <jdc%NetBSD.org@localhost>
date: Sun Feb 03 08:19:58 2013 +0000
description:
Note that a callout should be stopped before being destroyed.
diffstat:
share/man/man9/callout.9 | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r fdd69351e2c2 -r b0aca3b670df share/man/man9/callout.9
--- a/share/man/man9/callout.9 Sun Feb 03 07:14:41 2013 +0000
+++ b/share/man/man9/callout.9 Sun Feb 03 08:19:58 2013 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: callout.9,v 1.25 2009/08/03 23:29:19 rmind Exp $
+.\" $NetBSD: callout.9,v 1.26 2013/02/03 08:19:58 jdc Exp $
.\"
.\" Copyright (c) 2000, 2003, 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd August 3, 2009
+.Dd February 2, 2013
.Dt CALLOUT 9
.Os
.Sh NAME
@@ -114,6 +114,9 @@
.Fn callout_destroy
should always be called when the callout is no longer required (for instance,
when a device is being detached).
+The callout should be stopped before
+.Fn callout_destroy
+is called.
.Pp
The
.Fn callout_reset
Home |
Main Index |
Thread Index |
Old Index