Module Name: src
Committed By: martin
Date: Tue Jan 21 11:21:52 UTC 2020
Modified Files:
src/share/man/man9 [netbsd-9]: callout.9
Log Message:
Pull up following revision(s) (requested by sevan in ticket #621):
share/man/man9/callout.9: revision 1.29
Update callout_halt() to match src/sys/sys/callout.h
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.28.18.1 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.28 src/share/man/man9/callout.9:1.28.18.1
--- src/share/man/man9/callout.9:1.28 Thu Nov 20 15:43:52 2014
+++ src/share/man/man9/callout.9 Tue Jan 21 11:21:52 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: callout.9,v 1.28 2014/11/20 15:43:52 ozaki-r Exp $
+.\" $NetBSD: callout.9,v 1.28.18.1 2020/01/21 11:21:52 martin 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 November 21, 2014
+.Dd January 12, 2020
.Dt CALLOUT 9
.Os
.Sh NAME
@@ -59,7 +59,7 @@
.Ft bool
.Fn "callout_stop" "callout_t *c"
.Ft bool
-.Fn "callout_halt" "callout_t *c" "kmutex_t *interlock"
+.Fn "callout_halt" "callout_t *c" "void *interlock"
.Ft bool
.Fn "callout_pending" "callout_t *c"
.Ft bool