summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2014-10-14 03:44:46 +0200
committerGravatar Martin Szulecki2014-10-14 03:44:46 +0200
commita8fdff1b46f520da9b4f8926436706f4ef914fe0 (patch)
tree714d7a4bce44451ff69cd9873cb7616ecfcd6f61
parentf06c3a6cc2c811ef4c9199c82c170b91a5f292fd (diff)
downloadusbmuxd-a8fdff1b46f520da9b4f8926436706f4ef914fe0.tar.gz
usbmuxd-a8fdff1b46f520da9b4f8926436706f4ef914fe0.tar.bz2
Update README description to match man page
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index 7b0cfe4..be2d70a 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ A socket daemon to multiplex connections from and to iOS devices.
Background
==========
-'usbmuxd' stands for "USB multiplexing daemon". This daemon is in charge of
+usbmuxd stands for "USB multiplexing daemon". This daemon is in charge of
multiplexing connections over USB to an iOS device. To users, it means
you can sync your music, contacts, photos, etc. over USB. To developers, it
means you can connect to any listening localhost socket on the device. usbmuxd
@@ -14,16 +14,16 @@ is not used for tethering data transfer which uses a dedicated USB interface as
a virtual network device. Multiple connections to different TCP ports can happen
in parallel. The higher-level layers are handled by libimobiledevice.
-When usbmuxd is running (normally started, or stopped as a result of 'udev'
+When usbmuxd is running (normally started, or stopped as a result of "udev"
auto-insertion messages or by systemd) it provides a socket interface in
-'/var/run/usbmuxd' that is designed to be compatible with the socket interface
+"/var/run/usbmuxd" that is designed to be compatible with the socket interface
that is provided on Mac OS X.
-You should also create a 'usbmux' user that has access to USB devices on your
+You should also create a "usbmux" user that has access to USB devices on your
system. Alternatively, you can pass a different username using the -U argument.
-Due to iOS 7 the daemon now also manages pairing records with iOSdevices and
-the host in '/var/lib/lockdown' (Linux) or '/var/db/lockdown' (Mac OS X).
+Due to iOS 7 the daemon now also manages pairing records with iOS devices and
+the host in "/var/lib/lockdown" (Linux) or "/var/db/lockdown" (Mac OS X).
Ensure proper permissions are setup for the daemon to access the directory.
Requirements