On 7/25/19 7:15 PM, Axel Beckert wrote:
> Package: manpages
> Version: 5.01-1
> Severity: normal
> File: /usr/share/man/man5/resolv.conf.5.gz
> 
> Hi,
> 
> resolv.conf(5); states:
> 
>        nameserver Name server IP address
>               Internet address of a name server that the resolver should
>               query, either an IPv4 address (in dot notation), or an
>               IPv6 address in colon (and possibly dot) notation as per
>               RFC 2373.  Up to MAXNS (currently 3, see <resolv.h>) name
>               servers may be listed, one per keyword.
> But:
> 
> $ fgrep MAXNS /usr/include/resolv.h
> $
> 
> It seems to be in /usr/include/$TRIPLET/bits/types/res_state.h now:
> 
> $ fgrep MAXNS -r /usr/include/
> /usr/include/x86_64-linux-gnu/bits/types/res_state.h:#define MAXNS            
>           3       /* max # name servers we'll track */

Upstream maintainer here...

This report is invalid. <resolv.h> includes bits/types/res_state.h

I suggest closing this bug.

Thanks,

Michael


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

Reply via email to