From 31dcc1b4ba9f91673ceaf83e236cfb167917c828 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Mon, 18 Dec 2023 17:09:06 +0100 Subject: [PATCH] man: avoid potential shell expansion in systemctl's example Resolves: #30014 --- man/systemctl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemctl.xml b/man/systemctl.xml index 21447e8ed9a..4651e895104 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -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: - # systemctl stop sshd@*.service + # systemctl stop "sshd@*.service" will stop all sshd@.service instances. Note that alias names of units, and units that aren't in memory are not considered for glob expansion. -- 2.47.3