summaryrefslogtreecommitdiffstats
path: root/share/man/man9
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2014-09-03 23:14:26 +0000
committergavin <gavin@FreeBSD.org>2014-09-03 23:14:26 +0000
commita380783d19bf95e0f06743cc159559793cb54147 (patch)
treef0ab7294b0ffcf32678b970b4c47e9ac018ec424 /share/man/man9
parent538845af85578a52a9912bfada6c281f7b0cbdb1 (diff)
downloadFreeBSD-src-a380783d19bf95e0f06743cc159559793cb54147.zip
FreeBSD-src-a380783d19bf95e0f06743cc159559793cb54147.tar.gz
Merge r270251 from head:
Fix return type of callout_init_rm() and add return type to callout_deactivate(). PR: 192520 Submitted by: ngie
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/timeout.95
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9
index 178250c..c5524e5 100644
--- a/share/man/man9/timeout.9
+++ b/share/man/man9/timeout.9
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 23, 2013
+.Dd August 21, 2014
.Dt TIMEOUT 9
.Os
.Sh NAME
@@ -74,7 +74,7 @@ struct callout_handle handle = CALLOUT_HANDLE_INITIALIZER(&handle);
.Fn callout_init "struct callout *c" "int mpsafe"
.Ft void
.Fn callout_init_mtx "struct callout *c" "struct mtx *mtx" "int flags"
-.Fn void
+.Ft void
.Fn callout_init_rm "struct callout *c" "struct rmlock *rm" "int flags"
.Ft void
.Fn callout_init_rw "struct callout *c" "struct rwlock *rw" "int flags"
@@ -103,6 +103,7 @@ struct callout_handle handle = CALLOUT_HANDLE_INITIALIZER(&handle);
.Fn callout_pending "struct callout *c"
.Ft int
.Fn callout_active "struct callout *c"
+.Ft void
.Fn callout_deactivate "struct callout *c"
.Sh DESCRIPTION
The function
OpenPOWER on IntegriCloud