From bf50a53800538b60cb83c4da619188c6a9f53dce Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Fri, 6 May 2016 14:39:50 +0200 Subject: [PATCH] formatting --- README.org | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org index 6d30cb3..e07d0bc 100644 --- a/README.org +++ b/README.org @@ -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