summaryrefslogtreecommitdiff
path: root/man/kernel-install.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-03-18 15:51:37 +0900
committerMike Yuan <me@yhndnzj.com>2023-03-18 20:22:08 +0800
commitf5c0edd1661d199fe3466bceed7c2efb3e7d6e42 (patch)
tree04871380509be8227da102dd9394157afa0251f8 /man/kernel-install.xml
parent0bc2bcf4fe957e64f95d875245a8910724abd808 (diff)
downloadsystemd-f5c0edd1661d199fe3466bceed7c2efb3e7d6e42.tar.gz
man: explicitly list three command syntax at the beginning
Diffstat (limited to 'man/kernel-install.xml')
-rw-r--r--man/kernel-install.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/man/kernel-install.xml b/man/kernel-install.xml
index a57e3e3759..e1fc4e0b49 100644
--- a/man/kernel-install.xml
+++ b/man/kernel-install.xml
@@ -25,11 +25,22 @@
<cmdsynopsis>
<command>kernel-install</command>
<arg choice="opt" rep="repeat">OPTIONS</arg>
- <arg choice="plain">COMMAND</arg>
+ <arg choice="plain">add</arg>
<arg choice="plain"><replaceable>KERNEL-VERSION</replaceable></arg>
<arg choice="plain"><replaceable>KERNEL-IMAGE</replaceable></arg>
<arg choice="opt" rep="repeat"><replaceable>INITRD-FILE</replaceable></arg>
</cmdsynopsis>
+ <cmdsynopsis>
+ <command>kernel-install</command>
+ <arg choice="opt" rep="repeat">OPTIONS</arg>
+ <arg choice="plain">remove</arg>
+ <arg choice="plain"><replaceable>KERNEL-VERSION</replaceable></arg>
+ </cmdsynopsis>
+ <cmdsynopsis>
+ <command>kernel-install</command>
+ <arg choice="opt" rep="repeat">OPTIONS</arg>
+ <arg choice="plain">inspect</arg>
+ </cmdsynopsis>
</refsynopsisdiv>
<refsect1>