On Sat, May 15, 2021 at 12:27:53PM +0200, Paco Esteban wrote:
> Hi,
>
> This adds a mention to apmd(8) on afterboot(8). Original idea is from
> kmos@, crappy wording is mine (corrections/suggestions welcome).
>
> ok to commit ?
>
hi.
i guess i don;t object, but i'm not convinced this page needs such a
large block of text on power management. there is a "Daemons" section
which could just provide a nod to the relevant pages.
one note inline:
> diff b8464fd1ac0e783621fb415f7922223b0d73c4fb /usr/src
> blob - 8b4079f857da2aa79783848d450addba1e5831e6
> file + share/man/man8/afterboot.8
> --- share/man/man8/afterboot.8
> +++ share/man/man8/afterboot.8
> @@ -418,6 +418,23 @@ Normal recording can be enabled by adding the followin
> kern.audio.record=1
> kern.video.record=1
> .Ed
> +.Ss Power management
> +The
> +.Xr apmd 8
> +daemon controls the Advanced Power Management (APM).
> +If your device's BIOS supports it, you can configure this daemon to act on
> +different events and adjust the performance of your device.
we tend to avoid 2nd person text like this. so it could be written like:
If the BIOS supports it, the daemon can be configured to act on
different events and adjust device performance.
jmc
> +In the following example
> +.Xr apmd 8
> +is configured to start on boot in automatic performance adjustment mode and
> +suspend the system if no AC is connected and the estimated battery life is
> +equal or below 15%.
> +.Bd -literal -offset indent
> +# rcctl set apmd status on
> +# rcctl set apmd flags -A -z 15
> +.Ed
> +.Pp
> +For more information check the man page.
> .Ss Mail aliases
> Edit
> .Pa /etc/mail/aliases
>
> --
> Paco Esteban.
> 0x5818130B8A6DBC03
>