https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192520
Bug ID: 192520
Summary: Manpage errors with man 9 callout
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Some People
Priority: ---
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
FreeBSD isilon-fuji-current.local 11.0-CURRENT FreeBSD 11.0-CURRENT #16
r268804+343692e(isilon-atf): Mon Jul 14 12:17:25 PDT 2014
[email protected]:/usr/obj/usr/src/sys/FUJI i386
# man callout_init > /dev/null
mdoc error: .It without preceding .Bl (#375)
mdoc warning: extraneous .El call (#379)
mdoc warning: extraneous .El call (#600)
This text looks wrong as well (void() being a void function, instead of the
type for callout_init_rm):
void();
callout_init_rm(struct callout *c, struct rmlock *rm, int flags);
callout_deactivate is missing a return type too:
int
callout_active(struct callout *c);
callout_deactivate(struct callout *c);
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "[email protected]"