mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
man: explicitly list three command syntax at the beginning
This commit is contained in:
parent
0bc2bcf4fe
commit
f5c0edd166
@ -25,11 +25,22 @@
|
|||||||
<cmdsynopsis>
|
<cmdsynopsis>
|
||||||
<command>kernel-install</command>
|
<command>kernel-install</command>
|
||||||
<arg choice="opt" rep="repeat">OPTIONS</arg>
|
<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-VERSION</replaceable></arg>
|
||||||
<arg choice="plain"><replaceable>KERNEL-IMAGE</replaceable></arg>
|
<arg choice="plain"><replaceable>KERNEL-IMAGE</replaceable></arg>
|
||||||
<arg choice="opt" rep="repeat"><replaceable>INITRD-FILE</replaceable></arg>
|
<arg choice="opt" rep="repeat"><replaceable>INITRD-FILE</replaceable></arg>
|
||||||
</cmdsynopsis>
|
</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>
|
</refsynopsisdiv>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
|
Loading…
Reference in New Issue
Block a user