diff options
author | Christian Hesse <mail@eworm.de> | 2021-05-26 22:52:47 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-05-27 05:50:57 +0200 |
commit | 9fff026d60838aceef4dbceeee93aa54272e26ff (patch) | |
tree | 7cf7c6c132760e98efe19871c14b8e2425c3c39c /man/bootctl.xml | |
parent | update TODO (diff) | |
download | systemd-9fff026d60838aceef4dbceeee93aa54272e26ff.tar.xz systemd-9fff026d60838aceef4dbceeee93aa54272e26ff.zip |
man: fix tag type
This is an option, not a command.
Diffstat (limited to 'man/bootctl.xml')
-rw-r--r-- | man/bootctl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bootctl.xml b/man/bootctl.xml index 5f5f137f8a..81033158f6 100644 --- a/man/bootctl.xml +++ b/man/bootctl.xml @@ -241,7 +241,7 @@ <term><option>--make-machine-id-directory=yes|no|auto</option></term> <listitem><para>Control creation and deletion of the top-level machine ID directory on the file system containing boot loader entries (i.e. beneath the file system returned by - <command>--print-boot-path</command> above) during <option>install</option> and + <option>--print-boot-path</option> above) during <option>install</option> and <option>remove</option>, respectively. <literal>auto</literal> is equivalent to <literal>yes</literal> if <filename>/etc/machine-id</filename> resides on a filesystem other than tmpfs and <literal>no</literal> otherwise (in the latter case the machine ID is likely transient and |