Module Name: src Committed By: jdc Date: Sun Feb 3 08:19:58 UTC 2013
Modified Files: src/share/man/man9: callout.9 Log Message: Note that a callout should be stopped before being destroyed. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/share/man/man9/callout.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man9/callout.9 diff -u src/share/man/man9/callout.9:1.25 src/share/man/man9/callout.9:1.26 --- src/share/man/man9/callout.9:1.25 Mon Aug 3 23:29:19 2009 +++ src/share/man/man9/callout.9 Sun Feb 3 08:19:58 2013 @@ -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 @@ To ensure future compatibility, .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