diff options
author | alfred <alfred@FreeBSD.org> | 2013-02-08 20:13:28 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2013-02-08 20:13:28 +0000 |
commit | d4bbaff584ffa128a678100869cb3cef9814b603 (patch) | |
tree | c0ae6a6199c235c4a282dfa5fd6bbda49edcb344 /share | |
parent | e79f8eddcfa1df62392065ba89cf847d0d6b7557 (diff) | |
download | FreeBSD-src-d4bbaff584ffa128a678100869cb3cef9814b603.zip FreeBSD-src-d4bbaff584ffa128a678100869cb3cef9814b603.tar.gz |
add semicolon to end of CALLOUT_HANDLE_INITIALIZER example.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/timeout.9 | 2 |
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" |