summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorнаб <nabijaczleweli@nabijaczleweli.xyz>2022-09-21 01:21:20 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-09-21 09:40:46 +0200
commit2084cbdc2ffff7d44b8da4e2f2fe69fbdcc0c7b5 (patch)
tree8ce46af8286f807ba9294aee22fb297e0387f0d0
parentkernel-install/90-loaderentry: fix chown (diff)
downloadsystemd-2084cbdc2ffff7d44b8da4e2f2fe69fbdcc0c7b5.tar.xz
systemd-2084cbdc2ffff7d44b8da4e2f2fe69fbdcc0c7b5.zip
kernel-install.8: fix -h/-v ordering in SYNOPSIS
-rw-r--r--man/kernel-install.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/kernel-install.xml b/man/kernel-install.xml
index f6a6c05126..ce2f901b60 100644
--- a/man/kernel-install.xml
+++ b/man/kernel-install.xml
@@ -24,8 +24,8 @@
<refsynopsisdiv>
<cmdsynopsis>
<command>kernel-install</command>
- <arg choice="plain">COMMAND</arg>
<arg choice="opt" rep="repeat">OPTIONS</arg>
+ <arg choice="plain">COMMAND</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>