summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-05-21 07:45:12 +0900
committerGitHub <noreply@github.com>2019-05-21 07:45:12 +0900
commit826c4f35c6779efaf432745e75b7980328294aef (patch)
treee5c5fd696c57e74dde19ddc77d7f15dd3e9df5f7 /man
parent0e0d424c0f5e1b8cff32ed51033ee6e2f70a5676 (diff)
parentd04876b143cbdf7da7820b2b05e969c9e1af62fd (diff)
downloadsystemd-826c4f35c6779efaf432745e75b7980328294aef.tar.gz
Merge pull request #12612 from keszybz/bootctl-column
Rename TEST-31-OOMPOLICY to avoid conflict and look in $BOOT for kernels
Diffstat (limited to 'man')
-rw-r--r--man/bootctl.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/man/bootctl.xml b/man/bootctl.xml
index a80a37309c..46b9738b14 100644
--- a/man/bootctl.xml
+++ b/man/bootctl.xml
@@ -60,17 +60,18 @@
<varlistentry>
<term><option>-p</option></term>
<term><option>--print-esp-path</option></term>
- <listitem><para>This option modifies the behaviour of <command>status</command>. Prints only the
- path to the EFI System Partition (ESP) to standard output and exits.</para></listitem>
+ <listitem><para>This option modifies the behaviour of <command>status</command>. Only prints the path
+ to the EFI System Partition (ESP) to standard output and exits.</para></listitem>
</varlistentry>
<varlistentry>
+ <term><option>-x</option></term>
<term><option>--print-boot-path</option></term>
- <listitem><para>This option modifies the behaviour of <command>status</command>. Prints only the
- path to the Extended Boot Loader partition if it exists, and the path to the ESP otherwise to
- standard output and exit. This command is useful to determine where to place boot loader entries, as
- they are preferably placed in the Extended Boot Loader partition if it exists and in the ESP
- otherwise.</para></listitem>
+ <listitem><para>This option modifies the behaviour of <command>status</command>. Only prints the path
+ to the Extended Boot Loader partition if it exists, and the path to the ESP otherwise to standard
+ output and exit. This command is useful to determine where to place boot loader entries, as they are
+ preferably placed in the Extended Boot Loader partition if it exists and in the ESP otherwise.
+ </para></listitem>
</varlistentry>
<varlistentry>