From e9b52c17f8d256fca54bc02722f0eb54805f82d9 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 10 Aug 2025 13:53:13 +0300 Subject: [PATCH] *: update freedesktop links (#17593) --- pages/linux/mount.ddi.md | 2 +- pages/linux/nmcli-agent.md | 2 +- pages/linux/nmcli-connection.md | 2 +- pages/linux/nmcli-device.md | 2 +- pages/linux/nmcli-general.md | 2 +- pages/linux/nmcli-monitor.md | 2 +- pages/linux/nmcli-networking.md | 2 +- pages/linux/nmcli-radio.md | 2 +- pages/linux/run0.md | 2 +- pages/linux/systemctl-disable.md | 2 +- pages/linux/systemctl-enable.md | 2 +- pages/linux/systemd-cryptsetup.md | 2 +- pages/linux/systemd-dissect.md | 2 +- pages/linux/systemd-nspawn.md | 2 +- pages/linux/systemd-socket-activate.md | 2 +- pages/linux/systemd-stdio-bridge.md | 2 +- pages/linux/updatectl.md | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/pages/linux/mount.ddi.md b/pages/linux/mount.ddi.md index d76369a723..4dbb0d3b5e 100644 --- a/pages/linux/mount.ddi.md +++ b/pages/linux/mount.ddi.md @@ -2,7 +2,7 @@ > Mount Discoverable Disk Images. > See also: `systemd-dissect` for other commands relevant to DDIs. -> More information: . +> More information: . - Mount an OS image: diff --git a/pages/linux/nmcli-agent.md b/pages/linux/nmcli-agent.md index b1639a14e8..8fd07e0eb2 100644 --- a/pages/linux/nmcli-agent.md +++ b/pages/linux/nmcli-agent.md @@ -1,7 +1,7 @@ # nmcli agent > Run `nmcli` as a NetworkManager secret agent or polkit agent. -> More information: . +> More information: . - Register `nmcli` as a secret agent and listen for secret requests: diff --git a/pages/linux/nmcli-connection.md b/pages/linux/nmcli-connection.md index 1712ef466b..8054388d1e 100644 --- a/pages/linux/nmcli-connection.md +++ b/pages/linux/nmcli-connection.md @@ -1,7 +1,7 @@ # nmcli connection > Manage connections with NetworkManager. -> More information: . +> More information: . - List all NetworkManager connections (shows name, UUID, type and device): diff --git a/pages/linux/nmcli-device.md b/pages/linux/nmcli-device.md index b50381f256..0f5377f369 100644 --- a/pages/linux/nmcli-device.md +++ b/pages/linux/nmcli-device.md @@ -1,7 +1,7 @@ # nmcli device > Manage network interfaces and establish new Wi-Fi connections using NetworkManager. -> More information: . +> More information: . - Print the statuses of all network interfaces: diff --git a/pages/linux/nmcli-general.md b/pages/linux/nmcli-general.md index a236e1c4c8..7260590591 100644 --- a/pages/linux/nmcli-general.md +++ b/pages/linux/nmcli-general.md @@ -1,7 +1,7 @@ # nmcli general > Manage general settings of NetworkManager. -> More information: . +> More information: . - Show the general status of NetworkManager: diff --git a/pages/linux/nmcli-monitor.md b/pages/linux/nmcli-monitor.md index 5280acdfe8..c2ca1ab4bf 100644 --- a/pages/linux/nmcli-monitor.md +++ b/pages/linux/nmcli-monitor.md @@ -1,7 +1,7 @@ # nmcli monitor > Monitor changes to the NetworkManager connection status. -> More information: . +> More information: . - Start monitoring NetworkManager changes: diff --git a/pages/linux/nmcli-networking.md b/pages/linux/nmcli-networking.md index e881f4943b..f57ff8d06e 100644 --- a/pages/linux/nmcli-networking.md +++ b/pages/linux/nmcli-networking.md @@ -1,7 +1,7 @@ # nmcli networking > Manage the networking status of NetworkManager. -> More information: . +> More information: . - Show the networking status of NetworkManager: diff --git a/pages/linux/nmcli-radio.md b/pages/linux/nmcli-radio.md index 64da99985e..7f0f4be558 100644 --- a/pages/linux/nmcli-radio.md +++ b/pages/linux/nmcli-radio.md @@ -1,7 +1,7 @@ # nmcli radio > Show the status of radio switches or enable/disable them using NetworkManager. -> More information: . +> More information: . - Show status of Wi-Fi: diff --git a/pages/linux/run0.md b/pages/linux/run0.md index a885d3c937..ae803fa9ec 100644 --- a/pages/linux/run0.md +++ b/pages/linux/run0.md @@ -2,7 +2,7 @@ > Elevate privileges interactively. > Similar to `sudo`, but it's not a SUID binary, authentication takes place via polkit, and commands are invoked from a `systemd` service. -> More information: . +> More information: . - Run a command as root: diff --git a/pages/linux/systemctl-disable.md b/pages/linux/systemctl-disable.md index ce4eb39be3..264132f3f6 100644 --- a/pages/linux/systemctl-disable.md +++ b/pages/linux/systemctl-disable.md @@ -1,7 +1,7 @@ # systemctl disable > Disable systemd services. -> More information: . +> More information: . - Stop a service from running on boot: diff --git a/pages/linux/systemctl-enable.md b/pages/linux/systemctl-enable.md index 8b10e3de2e..df703c8b42 100644 --- a/pages/linux/systemctl-enable.md +++ b/pages/linux/systemctl-enable.md @@ -1,7 +1,7 @@ # systemctl enable > Enable systemd services. -> More information: . +> More information: . - Enable a service to run on boot: diff --git a/pages/linux/systemd-cryptsetup.md b/pages/linux/systemd-cryptsetup.md index 40f67d3bf1..4c6c587565 100644 --- a/pages/linux/systemd-cryptsetup.md +++ b/pages/linux/systemd-cryptsetup.md @@ -3,7 +3,7 @@ > Create or remove decrypted mappings of encrypted volumes. Equivalent of `cryptsetup open` and `cryptsetup close`. > Arguments to this command are written exactly like a line in `/etc/crypttab`. It's used by systemd to unlock devices on boot. > See also: `cryptsetup`. -> More information: . +> More information: . - Open a LUKS volume and create a decrypted mapping at `/dev/mapper/mapping_name`: diff --git a/pages/linux/systemd-dissect.md b/pages/linux/systemd-dissect.md index c9e3a84562..f7f116ef05 100644 --- a/pages/linux/systemd-dissect.md +++ b/pages/linux/systemd-dissect.md @@ -1,7 +1,7 @@ # systemd-dissect > Introspect and interact with file system OS disk images, specifically Discoverable Disk Images (DDIs). -> More information: . +> More information: . - Show general image information about the OS image: diff --git a/pages/linux/systemd-nspawn.md b/pages/linux/systemd-nspawn.md index ddc84bbaab..91e5cd643e 100644 --- a/pages/linux/systemd-nspawn.md +++ b/pages/linux/systemd-nspawn.md @@ -1,7 +1,7 @@ # systemd-nspawn > Spawn a command or OS in a lightweight container. -> More information: . +> More information: . - Run a command in a container: diff --git a/pages/linux/systemd-socket-activate.md b/pages/linux/systemd-socket-activate.md index 9a4fcd7e83..862ae03bb5 100644 --- a/pages/linux/systemd-socket-activate.md +++ b/pages/linux/systemd-socket-activate.md @@ -1,7 +1,7 @@ # systemd-socket-activate > Socket activation for systemd services. -> More information: . +> More information: . - Activate a service when a specific socket is connected: diff --git a/pages/linux/systemd-stdio-bridge.md b/pages/linux/systemd-stdio-bridge.md index 19c5ce84be..03a881b836 100644 --- a/pages/linux/systemd-stdio-bridge.md +++ b/pages/linux/systemd-stdio-bridge.md @@ -2,7 +2,7 @@ > Implement a proxy between `stdin`/`stdout` and a D-Bus. > Note: It expects to receive an open connection via `stdin`/`stdout` when started, and will create a new connection to the specified bus. -> More information: . +> More information: . - Forward `stdin`/`stdout` to the local system bus: diff --git a/pages/linux/updatectl.md b/pages/linux/updatectl.md index 8e94ae864f..8a1fc620d4 100644 --- a/pages/linux/updatectl.md +++ b/pages/linux/updatectl.md @@ -1,7 +1,7 @@ # updatectl > System update utility. -> More information: . +> More information: . - Apply an update: