Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 callout_ack returns void, not bool.



details:   https://anonhg.NetBSD.org/src/rev/48ef40c9923d
branches:  trunk
changeset: 331035:48ef40c9923d
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Jul 27 21:35:07 2014 +0000

description:
callout_ack returns void, not bool.

diffstat:

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

diffs (18 lines):

diff -r 38167c0f0b4e -r 48ef40c9923d share/man/man9/callout.9
--- a/share/man/man9/callout.9  Sun Jul 27 21:31:34 2014 +0000
+++ b/share/man/man9/callout.9  Sun Jul 27 21:35:07 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: callout.9,v 1.26 2013/02/03 08:19:58 jdc Exp $
+.\"    $NetBSD: callout.9,v 1.27 2014/07/27 21:35:07 riastradh Exp $
 .\"
 .\" Copyright (c) 2000, 2003, 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -68,7 +68,7 @@
 .Fn "callout_active" "callout_t *c"
 .Ft bool
 .Fn "callout_invoking" "callout_t *c"
-.Ft bool
+.Ft void
 .Fn "callout_ack" "callout_t *c"
 .Sh DESCRIPTION
 The



Home | Main Index | Thread Index | Old Index