Skip to content

Commit e9b52c1

Browse files
authored
*: update freedesktop links (#17593)
1 parent 56bcaee commit e9b52c1

17 files changed

+17
-17
lines changed

pages/linux/mount.ddi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Mount Discoverable Disk Images.
44
> See also: `systemd-dissect` for other commands relevant to DDIs.
5-
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-dissect.html>.
5+
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-dissect.html>.
66
77
- Mount an OS image:
88

pages/linux/nmcli-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# nmcli agent
22

33
> Run `nmcli` as a NetworkManager secret agent or polkit agent.
4-
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html>.
4+
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html#agent>.
55
66
- Register `nmcli` as a secret agent and listen for secret requests:
77

pages/linux/nmcli-connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# nmcli connection
22

33
> Manage connections with NetworkManager.
4-
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html>.
4+
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html#connection>.
55
66
- List all NetworkManager connections (shows name, UUID, type and device):
77

pages/linux/nmcli-device.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# nmcli device
22

33
> Manage network interfaces and establish new Wi-Fi connections using NetworkManager.
4-
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html>.
4+
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html#device>.
55
66
- Print the statuses of all network interfaces:
77

pages/linux/nmcli-general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# nmcli general
22

33
> Manage general settings of NetworkManager.
4-
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html>.
4+
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html#general>.
55
66
- Show the general status of NetworkManager:
77

pages/linux/nmcli-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# nmcli monitor
22

33
> Monitor changes to the NetworkManager connection status.
4-
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html>.
4+
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html#monitor>.
55
66
- Start monitoring NetworkManager changes:
77

pages/linux/nmcli-networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# nmcli networking
22

33
> Manage the networking status of NetworkManager.
4-
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html>.
4+
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html#networking>.
55
66
- Show the networking status of NetworkManager:
77

pages/linux/nmcli-radio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# nmcli radio
22

33
> Show the status of radio switches or enable/disable them using NetworkManager.
4-
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html>.
4+
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html#radio>.
55
66
- Show status of Wi-Fi:
77

pages/linux/run0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Elevate privileges interactively.
44
> Similar to `sudo`, but it's not a SUID binary, authentication takes place via polkit, and commands are invoked from a `systemd` service.
5-
> More information: <https://www.freedesktop.org/software/systemd/man/latest/run0.html>.
5+
> More information: <https://www.freedesktop.org/software/systemd/man/run0.html>.
66
77
- Run a command as root:
88

pages/linux/systemctl-disable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# systemctl disable
22

33
> Disable systemd services.
4-
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#disable%20UNIT%E2%80%A6>.
4+
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#disable%20UNIT%E2%80%A6>.
55
66
- Stop a service from running on boot:
77

0 commit comments

Comments
 (0)