From 7168535165282772b0a1de56ba3c8fbf506fbe95 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Thu, 23 Oct 2025 15:30:52 +0200 Subject: [PATCH 1/2] man: handle leading/trailing/repeating whitespaces in anchor links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit So even if a section contains newlines, we get a reasonable anchor link to it. Before:
... After:
... Resolves: #39196 --- man/custom-html.xsl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/man/custom-html.xsl b/man/custom-html.xsl index 98ec95303d..45cd1f922d 100644 --- a/man/custom-html.xsl +++ b/man/custom-html.xsl @@ -158,6 +158,8 @@ + + @@ -165,10 +167,10 @@ - + - + From 3b4b3b8a953a79ed6612e2bc013a47dbd5eaa72f Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Thu, 23 Oct 2025 15:32:19 +0200 Subject: [PATCH 2/2] Revert "Update systemctl.xml" This reverts commit b0fe317d14c4e9a02ff661c2ccd37f093cfda396. This reverts commit 9f4f7f0372688127adc27f82a75db58749eb6d6e. --- man/systemctl.xml | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/man/systemctl.xml b/man/systemctl.xml index 867feae6f2..f147143a7c 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -375,7 +375,10 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err - list-dependencies UNIT + + list-dependencies + UNIT... + Shows units required and wanted by the specified @@ -691,7 +694,12 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err - bind UNIT PATH [PATH] + + bind + UNIT + PATH + [PATH] + Bind-mounts a file or directory from the host into the specified unit's mount namespace. The first path argument is the source file or directory on the host, the second path @@ -718,7 +726,13 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err - mount-image UNIT IMAGE [PATH [PARTITION_NAME:MOUNT_OPTIONS]] + + mount-image + UNIT + IMAGE + [PATH + [PARTITION_NAME:MOUNT_OPTIONS]] + Mounts an image from the host into the specified unit's mount namespace. The first path argument is the source image on the host, the second path argument is the destination @@ -1201,8 +1215,10 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err - add-wants TARGET UNIT - add-requires TARGET UNIT + add-wants TARGET + UNIT + add-requires TARGET + UNIT Adds Wants= or Requires= @@ -1428,7 +1444,10 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err - import-environment VARIABLE… + + import-environment + VARIABLE… + Import all, one or more environment variables set on the client into the systemd manager