summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/man/man9/timeout.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9
index 543d198..c671467 100644
--- a/share/man/man9/timeout.9
+++ b/share/man/man9/timeout.9
@@ -62,7 +62,7 @@ typedef void timeout_t (void *);
.Ft void
.Fn callout_handle_init "struct callout_handle *handle"
.Bd -literal
-struct callout_handle handle = CALLOUT_HANDLE_INITIALIZER(&handle)
+struct callout_handle handle = CALLOUT_HANDLE_INITIALIZER(&handle);
.Ed
.Ft void
.Fn untimeout "timeout_t *func" "void *arg" "struct callout_handle handle"
OpenPOWER on IntegriCloud