CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2025/07/07 14:56:49
Modified files: sbin/dhcp6leased: dhcp6leased.conf.5 sbin/dhcpleased: dhcpleased.conf.5 sbin/iked : iked.conf.5 sbin/ipsecctl : ipsec.conf.5 sbin/unwind : unwind.conf.5 share/man/man5 : pf.conf.5 usr.sbin/acme-client: acme-client.conf.5 usr.sbin/bgpd : bgpd.conf.5 usr.sbin/dvmrpd: dvmrpd.conf.5 usr.sbin/eigrpd: eigrpd.conf.5 usr.sbin/hostapd: hostapd.conf.5 usr.sbin/httpd : httpd.conf.5 usr.sbin/ifstated: ifstated.conf.5 usr.sbin/iscsictl: iscsi.conf.5 usr.sbin/ldapd : ldapd.conf.5 usr.sbin/ldpd : ldpd.conf.5 usr.sbin/ospf6d: ospf6d.conf.5 usr.sbin/ospfd : ospfd.conf.5 usr.sbin/rad : rad.conf.5 usr.sbin/relayd: relayd.conf.5 usr.sbin/ripd : ripd.conf.5 usr.sbin/smtpd : smtpd.conf.5 usr.sbin/snmpd : snmpd.conf.5 usr.sbin/ypldap: ypldap.conf.5 Log message: In the manual pages for configuration files based on parse.y, describe the syntax of both defining and using macros, rather than exclusively relying on examples, which some of the pages do not even provide. In those pages containing tables of content, also clarify that the "Macros" section contains *definitions* of variables. Both changes were already committed to vm.conf(5) earlier. In those few pages that referenced cpp(1) and m4(1), stop doing that because the macro definition syntax and the macro dereferencing syntax of both languages is totally different from the parse.y syntax. OK florian@, and deraadt also requests keeping these manuals in sync.