From d4bbaff584ffa128a678100869cb3cef9814b603 Mon Sep 17 00:00:00 2001 From: alfred Date: Fri, 8 Feb 2013 20:13:28 +0000 Subject: add semicolon to end of CALLOUT_HANDLE_INITIALIZER example. --- share/man/man9/timeout.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') 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" -- cgit v1.1