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

Konstantin Belousov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Konstantin Belousov <[email protected]> ---
The man page references the header that needs to be included into C source to
get the definition.  All _XXX.h headers are internal and not supposed to be
included directly.  Typically they are introduced to split larger header and
allow some definition to appear in multiple top-level headers without code
duplication.

That said, the change that could improve the man page is to say that the
structure
definition is made available by inclusion of sys/ioctl.h, instead of it being
defined in the header.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to