]> git.ipfire.org Git - thirdparty/systemd.git/commit
Move the Commands section above Options section
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 8 Oct 2019 15:58:44 +0000 (17:58 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 8 Oct 2019 16:21:26 +0000 (18:21 +0200)
commite1fac8a68a0d1fe01edf47e149afb3f232bd75b6
tree1e9913853ee27392dba74ffb491a96cc8c18d5e5
parent69d0eb4475821d52ff13e6d56eb0937c87ebd605
Move the Commands section above Options section

For executables which take a verb, we should list the verbs first, and
then options which modify those verbs second. The general layout of
the man page is from general description to specific details, usually
Overview, Commands, Options, Return Value, Examples, References.
23 files changed:
man/bootctl.xml
man/busctl.xml
man/coredumpctl.xml
man/hostnamectl.xml
man/localectl.xml
man/loginctl.xml
man/machinectl.xml
man/networkctl.xml
man/portablectl.xml
man/resolvectl.xml
man/systemctl.xml
man/timedatectl.xml
src/boot/bootctl.c
src/busctl/busctl.c
src/coredump/coredumpctl.c
src/hostname/hostnamectl.c
src/login/loginctl.c
src/machine/machinectl.c
src/network/networkctl.c
src/portable/portablectl.c
src/resolve/resolvectl.c
src/systemctl/systemctl.c
src/timedate/timedatectl.c