[Bug 207389] BUS_ADD_CHILD(9) Error in BUS_ADD_CHILD return type in prototype

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Feb 21 08:14:03 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207389

            Bug ID: 207389
           Summary: BUS_ADD_CHILD(9) Error in BUS_ADD_CHILD return type in
                    prototype
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Documentation
          Assignee: freebsd-doc at FreeBSD.org
          Reporter: pguyot at kallisys.net

Line 40 of share/man/man9/BUS_ADD_CHILD.9, BUS_ADD_CHILD prototype is:

     int
     BUS_ADD_CHILD(device_t dev, int order, const char *name, int unit);

The return type actually is device_t, as mentioned in RETURN VALUES section of
the man page.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-doc mailing list