CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2012/11/29 14:37:13
Modified files: lib/libc/net : resolver.3 Log message: - put the various options into the same order as those in resolv.h - sync RES_DEBUG with resolv.conf.5 - document RES_PRIMARY, but mark it unsupported (like we already do for RES_AAAONLY) - use the exact same text (about being enabled by default) for RES_RECURSE as for the other two defaults - document RES_INSECURE{1,2} - description lifted from resolv.conf.5 - document RES_NOALIASES - mostly sync the RES_USE_EDNS0 text with resolv.conf.5 - RES_USE_DNSSEC not documented for now. something to come... ok sthen