Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Update callout_halt() to match src/sys/sys/ca...



details:   https://anonhg.NetBSD.org/src/rev/f5fe4543335e
branches:  trunk
changeset: 467075:f5fe4543335e
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sun Jan 12 20:49:21 2020 +0000

description:
Update callout_halt() to match src/sys/sys/callout.h

diffstat:

 share/man/man9/callout.9 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b5800855137a -r f5fe4543335e share/man/man9/callout.9
--- a/share/man/man9/callout.9  Sun Jan 12 20:06:52 2020 +0000
+++ b/share/man/man9/callout.9  Sun Jan 12 20:49:21 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: callout.9,v 1.28 2014/11/20 15:43:52 ozaki-r Exp $
+.\"    $NetBSD: callout.9,v 1.29 2020/01/12 20:49:21 sevan 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



Home | Main Index | Thread Index | Old Index