Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/share/man/man9 Pull up following revision(s) (requested b...
details: https://anonhg.NetBSD.org/src/rev/66c53f844f5e
branches: netbsd-6
changeset: 776705:66c53f844f5e
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Mon Sep 29 18:00:39 2014 +0000
description:
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.
diffstat:
share/man/man9/callout.9 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9e0351b4edbb -r 66c53f844f5e share/man/man9/callout.9
--- a/share/man/man9/callout.9 Sun Sep 21 21:29:57 2014 +0000
+++ b/share/man/man9/callout.9 Mon Sep 29 18:00:39 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index