callout.9: Multiple minor fixes
authorAaron LI <aly@aaronly.me>
Fri, 15 Apr 2022 13:52:09 +0000 (21:52 +0800)
committerAaron LI <aly@aaronly.me>
Fri, 15 Apr 2022 13:57:20 +0000 (21:57 +0800)
commit740d86cc2e1e40d6a9ce413790bf0a99e9cbbda7
treeaeedb089b29573490defeaf2e4dd6d4dff599160
parentfd273c47803047c3dcc3959336a0881fbe68836d
callout.9: Multiple minor fixes

* Fix prototype of callout_init(); it has only one argument.
  (reported-by: dczheng)
* Fix '.Dt' to 'CALLOUT'
* Use 'function' instead of 'macro'; those are really functions and the
  'function' reads more generic.
* Mention callout_cancel() in 'RETURN VALUES' section.
* Other styles and words adjustments.
share/man/man9/callout.9