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 /man/systemd-inhibit.xml | |
parent | man: fix markup (diff) | |
download | systemd-b239fc7250ba1c686a2d7c10d038489362f9483f.tar.xz systemd-b239fc7250ba1c686a2d7c10d038489362f9483f.zip |
man: fix <cmdsynopsis> content
Inline text is not allowed.
Diffstat (limited to 'man/systemd-inhibit.xml')
-rw-r--r-- | man/systemd-inhibit.xml | 2 |
1 files changed, 1 insertions, 1 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> |