Module Name: src Committed By: riastradh Date: Sun Jul 27 21:35:07 UTC 2014
Modified Files: src/share/man/man9: callout.9 Log Message: callout_ack returns void, not bool. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 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.26 src/share/man/man9/callout.9:1.27 --- src/share/man/man9/callout.9:1.26 Sun Feb 3 08:19:58 2013 +++ src/share/man/man9/callout.9 Sun Jul 27 21:35:07 2014 @@ -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