Fix typos

This commit is contained in:
Jose 2023-10-16 10:44:46 -03:00
parent be25f2fa97
commit 9105a9d57e
2 changed files with 8 additions and 2 deletions

View File

@ -34,7 +34,7 @@ How to -safely- migrate to [[https://www.fsf.org][free software]] (free as in fr
* [[./doc/luakit_browser.org][Luakit browser: how to use "adblock"]]
* [[./doc/set_luakit_default.org][Set a browser as default: an example with luakit]]
* [[./doc/user_tor_luakit.org][Use tor with luakit browser]]
* [[./doc/nmcli_command.org][`nmcli`: Connect to internet from terminal]]
* [[./doc/nmcli_command.org][nmcli: Connect to internet from terminal]]
** Hardware

View File

@ -18,7 +18,7 @@ Some of the common uses on connections are[fn:1]:
To check the status of the network use:
#+begin_src sh
nmcli general
nmcli general
#+end_src
#+RESULTS:
@ -66,6 +66,12 @@ In case you need to include the password for wifi, use:
nmcli --ask dev wifi connect network-ssid
#+end_example
You could also use the SSID (name of wifi connection), e.g.:
#+begin_example sh
nmcli dev wifi connect wifi_name_here
#+end_example
** References