man: fix <cmdsynopsis> content

Inline text is not allowed.
This commit is contained in:
David Tardon 2023-12-25 16:49:11 +01:00
parent 20dcd73a28
commit b239fc7250
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@
<command>systemd-inhibit</command> <arg choice="opt" rep="repeat">OPTIONS</arg> <arg>COMMAND</arg> <arg choice="opt" rep="repeat">ARGUMENTS</arg>
</cmdsynopsis>
<cmdsynopsis>
<command>systemd-inhibit</command> <arg choice="opt" rep="repeat">OPTIONS</arg> --list
<command>systemd-inhibit</command> <arg choice="opt" rep="repeat">OPTIONS</arg> <arg>--list</arg>
</cmdsynopsis>
</refsynopsisdiv>

View file

@ -26,7 +26,7 @@
<command>systemd-notify</command> <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="opt" rep="repeat">VARIABLE=VALUE</arg>
</cmdsynopsis>
<cmdsynopsis>
<command>systemd-notify</command> --exec <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="opt" rep="repeat">VARIABLE=VALUE</arg> ; <arg rep="repeat">CMDLINE</arg>
<command>systemd-notify</command> <arg>--exec</arg> <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="opt" rep="repeat">VARIABLE=VALUE</arg> <arg>;</arg> <arg rep="repeat">CMDLINE</arg>
</cmdsynopsis>
</refsynopsisdiv>