]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/boot/bootctl.c
bootctl: separate boot loader specific commands in man and --help
authorLennart Poettering <lennart@poettering.net>
Tue, 13 Oct 2020 11:40:21 +0000 (13:40 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 14 Oct 2020 17:40:39 +0000 (19:40 +0200)
commit64a7fcc5cd213a5562da7d1df17d6785677678f1
treea3d70f49c6261075cefaddcb2abd0464c4f17c25
parent84fc961082d88402dd3e0a8c3a4b0a039ab1fafc
bootctl: separate boot loader specific commands in man and --help

bootctl implements three types of operation: those that work with an EFI
boot loader, those which work with any EFI boot loader that implements
the boot loader spec + interface, and finally those specific to sd-boot.
Previously the --help text and the man page mixed them all up. Let's put
them clearly in three separate sections however, to communicate clearly
what is supposed to work everywhere, and what is specific to
systemd-boot or boot loaders implementing the two specs.

This adjusts wording here and there, but is mostly just about
re-ordering existing docs, and putting them under new sections.
man/bootctl.xml
src/boot/bootctl.c