git: callout.9: Multiple minor fixes
Aaron LI
aly at crater.dragonflybsd.org
Fri Apr 15 06:57:55 PDT 2022
commit 740d86cc2e1e40d6a9ce413790bf0a99e9cbbda7
Author: Aaron LI <aly at aaronly.me>
Date: Fri Apr 15 21:52:09 2022 +0800
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.
Summary of changes:
share/man/man9/callout.9 | 73 ++++++++++++++++++++++++------------------------
1 file changed, 37 insertions(+), 36 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/740d86cc2e1e40d6a9ce413790bf0a99e9cbbda7
--
DragonFly BSD source repository
More information about the Commits
mailing list