On 2020/07/01 22:40, Raf Czlonka wrote:
> Is there any reason why boot(8) man page isn't available on arm64?

Because it is MD (machine-dependent, i.e. particular to the machine
architecture) and only versions for amd64/i386/hppa/landisk have been
written/committed so far.

The boot(8) pages are kept in /sys/arch/*/stand/boot, there are also
boot_xxx.8 files in src/share/man/man8/man8.* explaining how the system
boot process works on those architectures (boot_amd64(8), etc); there's
more coverage than boot(8) for this but still not for all arches.

If someone has a bit of spare time to put something together, this
is clearly a missing piece that would be useful to have.

Reply via email to