diff options
author | David Tardon <dtardon@redhat.com> | 2023-12-25 17:41:18 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2023-12-26 13:10:36 +0100 |
commit | af29d0b1796bd165bec4ddee65531333bd2e6aba (patch) | |
tree | d981c9fc507e8f04f5d35f7ab29fc12389512b64 /man/systemd-delta.xml | |
parent | man: fix markup (diff) | |
download | systemd-af29d0b1796bd165bec4ddee65531333bd2e6aba.tar.xz systemd-af29d0b1796bd165bec4ddee65531333bd2e6aba.zip |
man: rewrite as <group>
Diffstat (limited to 'man/systemd-delta.xml')
-rw-r--r-- | man/systemd-delta.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/systemd-delta.xml b/man/systemd-delta.xml index 92b875436b..793c02f265 100644 --- a/man/systemd-delta.xml +++ b/man/systemd-delta.xml @@ -25,7 +25,11 @@ <cmdsynopsis> <command>systemd-delta</command> <arg choice="opt" rep="repeat">OPTIONS</arg> - <arg choice="opt" rep="repeat"><replaceable>PREFIX</replaceable><optional>/<replaceable>SUFFIX</replaceable></optional>|<replaceable>SUFFIX</replaceable></arg> + <group choice="opt" rep="repeat"> + <arg choice="plain"><replaceable>PREFIX</replaceable></arg> + <arg choice="plain"><replaceable>PREFIX</replaceable>/<replaceable>SUFFIX</replaceable></arg> + <arg choice="plain"><replaceable>SUFFIX</replaceable></arg> + </group> </cmdsynopsis> </refsynopsisdiv> |