diff options
author | наб <nabijaczleweli@nabijaczleweli.xyz> | 2022-09-21 01:21:20 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-09-21 09:40:46 +0200 |
commit | 2084cbdc2ffff7d44b8da4e2f2fe69fbdcc0c7b5 (patch) | |
tree | 8ce46af8286f807ba9294aee22fb297e0387f0d0 | |
parent | kernel-install/90-loaderentry: fix chown (diff) | |
download | systemd-2084cbdc2ffff7d44b8da4e2f2fe69fbdcc0c7b5.tar.xz systemd-2084cbdc2ffff7d44b8da4e2f2fe69fbdcc0c7b5.zip |
kernel-install.8: fix -h/-v ordering in SYNOPSIS
-rw-r--r-- | man/kernel-install.xml | 2 |
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> |