From 53aad7dfe906bc5badd8b041eeb6ff1d3fff70f4 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 20 Dec 2025 10:06:59 +0200 Subject: [PATCH] systemctl-*: fix more info links (#20001) --- pages/linux/systemctl-add-requires.md | 2 +- pages/linux/systemctl-add-wants.md | 2 +- pages/linux/systemctl-bind.md | 2 +- pages/linux/systemctl-import-environment.md | 2 +- pages/linux/systemctl-list-dependencies.md | 2 +- pages/linux/systemctl-mount-image.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/linux/systemctl-add-requires.md b/pages/linux/systemctl-add-requires.md index 737232ba84..4dd5d1eedf 100644 --- a/pages/linux/systemctl-add-requires.md +++ b/pages/linux/systemctl-add-requires.md @@ -1,7 +1,7 @@ # systemctl add-requires > Add `Requires` dependencies to a target for one or more units. -> More information: . +> More information: . - Add a `Requires` dependency from a target to a unit: diff --git a/pages/linux/systemctl-add-wants.md b/pages/linux/systemctl-add-wants.md index de9a37128c..dc2311074d 100644 --- a/pages/linux/systemctl-add-wants.md +++ b/pages/linux/systemctl-add-wants.md @@ -1,7 +1,7 @@ # systemctl add-wants > Add `Wants` dependencies to a target for one or more units. -> More information: . +> More information: . - Add a `Wants` dependency from a target to a unit: diff --git a/pages/linux/systemctl-bind.md b/pages/linux/systemctl-bind.md index c520e17ac8..de71e9371b 100644 --- a/pages/linux/systemctl-bind.md +++ b/pages/linux/systemctl-bind.md @@ -1,7 +1,7 @@ # systemctl bind > Ephemerally bind-mount a file or directory from the host into a unit's mount namespace. -> More information: . +> More information: . - Bind-mount a host path into the same location inside the unit: diff --git a/pages/linux/systemctl-import-environment.md b/pages/linux/systemctl-import-environment.md index b5ef60326c..98d0bb1845 100644 --- a/pages/linux/systemctl-import-environment.md +++ b/pages/linux/systemctl-import-environment.md @@ -2,7 +2,7 @@ > Import environment variables from the shell into systemd's environment. > See also: `systemctl show-environment`, `systemctl unset-environment`. -> More information: . +> More information: . - Import a variable: diff --git a/pages/linux/systemctl-list-dependencies.md b/pages/linux/systemctl-list-dependencies.md index 23ca581982..8c11c41088 100644 --- a/pages/linux/systemctl-list-dependencies.md +++ b/pages/linux/systemctl-list-dependencies.md @@ -2,7 +2,7 @@ > Show a unit's dependency tree in systemd. > See also: `systemctl list-units` to list loaded units. -> More information: . +> More information: . - Show the dependency tree of `default.target`: diff --git a/pages/linux/systemctl-mount-image.md b/pages/linux/systemctl-mount-image.md index 0228a9dbef..aeb3dea125 100644 --- a/pages/linux/systemctl-mount-image.md +++ b/pages/linux/systemctl-mount-image.md @@ -2,7 +2,7 @@ > Mount an image file into a unit's mount namespace. > Only supported for the units that run within a mountspace ie, with `RootImage=`, `PrivateMounts=`, etc. -> More information: . +> More information: . - Mount an image at a specific path inside the unit's mount namespace: