man: avoid potential shell expansion in systemctl's example

Resolves: #30014
This commit is contained in:
Frantisek Sumsal 2023-12-18 17:09:06 +01:00
parent 159d1e2659
commit 31dcc1b4ba

View file

@ -1855,7 +1855,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err
for more details. The patterns are matched against the primary names of
units currently in memory, and patterns which do not match anything
are silently skipped. For example:
<programlisting># systemctl stop sshd@*.service</programlisting>
<programlisting># systemctl stop "sshd@*.service"</programlisting>
will stop all <filename>sshd@.service</filename> instances. Note that alias names of units, and units that aren't
in memory are not considered for glob expansion.
</para>