svn commit: r246561 - head/share/man/man9

Alfred Perlstein alfred at FreeBSD.org
Fri Feb 8 20:13:29 UTC 2013


Author: alfred
Date: Fri Feb  8 20:13:28 2013
New Revision: 246561
URL: http://svnweb.freebsd.org/changeset/base/246561

Log:
  add semicolon to end of CALLOUT_HANDLE_INITIALIZER example.

Modified:
  head/share/man/man9/timeout.9

Modified: head/share/man/man9/timeout.9
==============================================================================
--- head/share/man/man9/timeout.9	Fri Feb  8 19:39:15 2013	(r246560)
+++ head/share/man/man9/timeout.9	Fri Feb  8 20:13:28 2013	(r246561)
@@ -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"


More information about the svn-src-head mailing list