]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: explicitly list three command syntax at the beginning
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 18 Mar 2023 06:51:37 +0000 (15:51 +0900)
committerMike Yuan <me@yhndnzj.com>
Sat, 18 Mar 2023 12:22:08 +0000 (20:22 +0800)
man/kernel-install.xml

index a57e3e37596d46fc0d49280f6255d0fa94a2ca2a..e1fc4e0b493a49275d60dc7f2ec3ec9c930ec028 100644 (file)
     <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>