*: fix errors reported by languagetool (#6069)

This commit is contained in:
Seth Falco
2021-08-15 19:59:09 +02:00
committed by GitHub
parent 3fbefc8b77
commit 3e4c519004
281 changed files with 433 additions and 429 deletions

View File

@@ -3,11 +3,11 @@
> Connection management with NetworkManager.
> More information: <https://man.archlinux.org/man/nmcli.1>.
- List all NetworkManager connections (shows name, uuid, type and device):
- List all NetworkManager connections (shows name, UUID, type and device):
`nmcli connection`
- Activate a connection by specifying an uuid:
- Activate a connection by specifying a UUID:
`nmcli connection up uuid {{uuid}}`