mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
linux/*: replace man.archlinux.com link (#7861)
* linux/*: replace man.archlinux.com Does not replace links of pages directly associated with archlinux (eg: pacman) * nmcli-device, nmcli-connection: use author's link
This commit is contained in:
parent
a48819f190
commit
8628cba2eb
5 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> A notification tool that is an extension of notify-send, but has more features based around dunst.
|
> A notification tool that is an extension of notify-send, but has more features based around dunst.
|
||||||
> Works with all options that work for notify-send.
|
> Works with all options that work for notify-send.
|
||||||
> More information: <https://wiki.archlinux.org/title/Dunst#Dunstify>.
|
> More information: <https://github.com/dunst-project/dunst/wiki/Guides>.
|
||||||
|
|
||||||
- Show a notification with a given title and message:
|
- Show a notification with a given title and message:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# homectl
|
# homectl
|
||||||
|
|
||||||
> Create, remove, change or inspect home directories using the systemd-homed service.
|
> Create, remove, change or inspect home directories using the systemd-homed service.
|
||||||
> More information: <https://man.archlinux.org/man/homectl.1>.
|
> More information: <https://manned.org/homectl>.
|
||||||
|
|
||||||
- List user accounts and their associated home directories:
|
- List user accounts and their associated home directories:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# nmcli connection
|
# nmcli connection
|
||||||
|
|
||||||
> Connection management with NetworkManager.
|
> Connection management with NetworkManager.
|
||||||
> More information: <https://man.archlinux.org/man/nmcli.1>.
|
> More information: <https://networkmanager.dev/docs/api/latest/nmcli.html>.
|
||||||
|
|
||||||
- List all NetworkManager connections (shows name, UUID, type and device):
|
- List all NetworkManager connections (shows name, UUID, type and device):
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# nmcli device
|
# nmcli device
|
||||||
|
|
||||||
> Hardware device management with NetworkManager.
|
> Hardware device management with NetworkManager.
|
||||||
> More information: <https://man.archlinux.org/man/nmcli.1>.
|
> More information: <https://networkmanager.dev/docs/api/latest/nmcli.html>.
|
||||||
|
|
||||||
- Print the statuses of all network interfaces:
|
- Print the statuses of all network interfaces:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# xdg-open
|
# xdg-open
|
||||||
|
|
||||||
> Opens a file or URL in the user's preferred application.
|
> Opens a file or URL in the user's preferred application.
|
||||||
> More information: <https://man.archlinux.org/man/xdg-open.1>.
|
> More information: <https://portland.freedesktop.org/doc/xdg-open.html>.
|
||||||
|
|
||||||
- Open the current directory in the default file explorer:
|
- Open the current directory in the default file explorer:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue