Module Name:    src
Committed By:   msaitoh
Date:           Mon Sep 29 18:00:39 UTC 2014

Modified Files:
        src/share/man/man9 [netbsd-6]: callout.9

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1119):
        share/man/man9/callout.9: revision 1.27
callout_ack returns void, not bool.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.25.10.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.25 src/share/man/man9/callout.9:1.25.10.1
--- src/share/man/man9/callout.9:1.25	Mon Aug  3 23:29:19 2009
+++ src/share/man/man9/callout.9	Mon Sep 29 18:00:39 2014
@@ -1,4 +1,4 @@
-.\"	$NetBSD: callout.9,v 1.25 2009/08/03 23:29:19 rmind Exp $
+.\"	$NetBSD: callout.9,v 1.25.10.1 2014/09/29 18:00:39 msaitoh 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

Reply via email to