diff options
author | David Tardon <dtardon@redhat.com> | 2023-12-25 16:49:11 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2023-12-26 13:10:35 +0100 |
commit | b239fc7250ba1c686a2d7c10d038489362f9483f (patch) | |
tree | 508996ec4882cb44f73af42018a8d2eff1012dd0 | |
parent | man: fix markup (diff) | |
download | systemd-b239fc7250ba1c686a2d7c10d038489362f9483f.tar.xz systemd-b239fc7250ba1c686a2d7c10d038489362f9483f.zip |
man: fix <cmdsynopsis> content
Inline text is not allowed.
-rw-r--r-- | man/systemd-inhibit.xml | 2 | ||||
-rw-r--r-- | man/systemd-notify.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-inhibit.xml b/man/systemd-inhibit.xml index 3201fcd534..87f17be0ed 100644 --- a/man/systemd-inhibit.xml +++ b/man/systemd-inhibit.xml @@ -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> diff --git a/man/systemd-notify.xml b/man/systemd-notify.xml index 5905518564..54fde9b4f5 100644 --- a/man/systemd-notify.xml +++ b/man/systemd-notify.xml @@ -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> |