CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2019/07/27 03:55:46
Modified files: usr.sbin/ldomctl: ldomctl.8 usr.sbin/ldomd : Makefile ldomd.8 Added files: usr.sbin/ldomd : ldom.conf.5 Log message: Move configuration format into ldom.conf(5) ldomctl(8) contains the entire format describing logical domain configurations loaded with that tool. Entangle control commands and config options by putting the latter into its own page. The config options' descriptions stayed the same, only the EXAMPLE section gained a bit wording. Convert mdoc(7) macros `Ic =' to `Ns = Ns' and `Ic \&{ ... Ic \&}' to `Brq ...' while here. More improvements will follow in-tree. OK deraadt