diff options
author | David Tardon <dtardon@redhat.com> | 2023-12-23 17:34:30 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2023-12-25 10:40:40 +0100 |
commit | eb066221e921633470d0df8c57c60ab28e1cc4db (patch) | |
tree | 266e13ab2ff5555986b68ec743addb73748334bf /man/ukify.xml | |
parent | man: fix markup (diff) | |
download | systemd-eb066221e921633470d0df8c57c60ab28e1cc4db.tar.xz systemd-eb066221e921633470d0df8c57c60ab28e1cc4db.zip |
man: fix markup
<arg> is not allowed inside <title>.
Diffstat (limited to 'man/ukify.xml')
-rw-r--r-- | man/ukify.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/ukify.xml b/man/ukify.xml index 4d712d2d7c..f991ee3c06 100644 --- a/man/ukify.xml +++ b/man/ukify.xml @@ -203,7 +203,7 @@ <varlistentry> <term><option>--section=<replaceable>NAME</replaceable>:<replaceable>TEXT</replaceable>|<replaceable>@PATH</replaceable></option></term> - <term><option>--section=<replaceable>NAME</replaceable>:<arg choice="plain">text|binary</arg><optional>@<replaceable>PATH</replaceable></optional></option></term> + <term><option>--section=<replaceable>NAME</replaceable>:text|binary<optional>@<replaceable>PATH</replaceable></optional></option></term> <listitem><para>For all verbs except <command>inspect</command>, the first syntax is used. Specify an arbitrary additional section <literal><replaceable>NAME</replaceable></literal>. |