diff --git a/armbian/network_manager.md b/armbian/network_manager.md index 8335f65..6ec103d 100644 --- a/armbian/network_manager.md +++ b/armbian/network_manager.md @@ -42,9 +42,7 @@ Some commands that help getting the status of NetworkManager ### Enable / Disable ALL -Handy if you want to shut down *all* networking for some reason - -```nmcli networking on|off``` +Handy if you want to shut down *all* networking for some reason run ```nmcli networking on|off``` ### Radio Control @@ -52,11 +50,11 @@ Control WiFi / GSM radios #### Wifi -```nmcli radio wifi [on|off]``` +On/off for wifi: ```nmcli radio wifi [on|off]``` #### 3G/LTE -```nmcli radio wwan [on|off]``` +On off for GSM/3G/LTE: ```nmcli radio wwan [on|off]``` ### Connection / Device Related