diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-05-16 09:35:39 +0200 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2023-05-16 14:18:38 +0200 |
commit | 7e0aaeb244dafd7a3ff69295b8ea60e827fe2f21 (patch) | |
tree | ace9ff0411bdf7b0d011cbd70f30e863a7bfdbcc /man | |
parent | Merge pull request #27652 from keszybz/readme-more (diff) | |
download | systemd-7e0aaeb244dafd7a3ff69295b8ea60e827fe2f21.tar.xz systemd-7e0aaeb244dafd7a3ff69295b8ea60e827fe2f21.zip |
man: indicate that the JOB parameter to "systemctl cancel" is optional
As per:
https://social.treehouse.systems/@grawity/110376583742207755
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 009aabacb9..51ac818195 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -1181,7 +1181,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err </listitem> </varlistentry> <varlistentry> - <term><command>cancel <replaceable>JOB</replaceable>…</command></term> + <term><command>cancel <optional><replaceable>JOB</replaceable>…</optional></command></term> <listitem> <para>Cancel one or more jobs specified on the command line |