https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287963
Bug ID: 287963
Summary: res_ninit (and friends) is present but not documented
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Manual Pages
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Function res_ninit (the thread-safe alternative to res_init) is present, and
declared in /usr/include/resolv.h, but isn't documented.
`man res_init` produces the man-page resolver(3), but there is no mention of
`res_ninit`. `man res_ninit` says 'no manual entry'; `apropos res_ninit`
produces nothing.
`res_init` and friends aren't marked as deprecated in FreeBSD (though it
currently seems to be thus marked in Linux), so this isn't a FreeBSD _error_,
but the thread-safe alternative would be preferable in many cases, and is
available, so making it visible seems like a good thing.
--
You are receiving this mail because:
You are the assignee for the bug.