CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2025/08/05 07:22:10
Modified files: usr.sbin/rad : rad.conf.5 Log message: Three content improvements: * Mention what the general purpose of the "dns" block is. * Mention that "dns" requires "search" or "nameserver". * Mention that at least one "interface" is required. And one markup improvement: Mark up the options of "dns", "nat64 prefix", and "prefix" with .Cm rather than with .Ic because they modify the behaviour of the parent block rather than being stand-alone commands. Based on information and in part on wordings provided by florian@; OK florian@.