[Bug 192520] New: Manpage errors with man 9 callout

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Aug 8 19:04:29 UTC 2014


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: freebsd-doc at FreeBSD.org
          Reporter: yaneurabeya at gmail.com

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    
root at isilon-fuji-current.local:/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.


More information about the freebsd-doc mailing list