formatting

This commit is contained in:
nik gaffney 2016-05-06 14:39:50 +02:00
parent b934a15507
commit bf50a53800

View file

@ -16,13 +16,9 @@ the function ~quiet~ can be used anywhere in emacs where lack of network access
you may want to ~customize~ or ~setq~ ~quiet-disconnect~ and ~quiet-connect~ to the appropriate shell commands to turn your network (or single interface) on or off.
- MacOS (current default)
% networksetup -setairportpower airport {on,off}
- Linux
% ifup wlan0
% ifdown wlan0
- BSD
% service netif {stop, start}
- MacOS (current default). ~networksetup -setairportpower airport {on,off}~
- GNU/Linux. ~ifup wlan0~ and ~ifdown wlan0~
- *BSD. ~service netif {stop, start}~
* further