diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Makefile.am | 2 | ||||
| -rw-r--r-- | docs/ideviceenterrecovery.1 | 23 | ||||
| -rw-r--r-- | docs/idevicepair.1 | 43 |
3 files changed, 67 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 2aa9a70..59a1007 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | man_MANS = idevice_id.1 ideviceinfo.1 idevicesyslog.1 idevicebackup.1 ideviceimagemounter.1 idevicescreenshot.1 | 1 | man_MANS = idevice_id.1 ideviceinfo.1 idevicesyslog.1 idevicebackup.1 ideviceimagemounter.1 idevicescreenshot.1 idevicepair.1 ideviceenterrecovery.1 |
| 2 | 2 | ||
| 3 | EXTRA_DIST = $(man_MANS) | 3 | EXTRA_DIST = $(man_MANS) |
| 4 | 4 | ||
diff --git a/docs/ideviceenterrecovery.1 b/docs/ideviceenterrecovery.1 new file mode 100644 index 0000000..a543092 --- /dev/null +++ b/docs/ideviceenterrecovery.1 | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | .TH "ideviceenterrecovery" 1 | ||
| 2 | .SH NAME | ||
| 3 | ideviceenterrecovery \- Makes a device with the supplied 40-digit UUID enter recovery mode immediately. | ||
| 4 | .SH SYNOPSIS | ||
| 5 | .B ideviceenterrecovery | ||
| 6 | [OPTIONS] UUID | ||
| 7 | |||
| 8 | .SH DESCRIPTION | ||
| 9 | |||
| 10 | Makes a device with the supplied 40-digit UUID enter recovery mode immediately. | ||
| 11 | |||
| 12 | .SH OPTIONS | ||
| 13 | .TP | ||
| 14 | .B \-d, \-\-debug | ||
| 15 | enable communication debugging. | ||
| 16 | .TP | ||
| 17 | .B \-h, \-\-help | ||
| 18 | prints usage information. | ||
| 19 | |||
| 20 | .SH AUTHORS | ||
| 21 | Martin Szulecki | ||
| 22 | |||
| 23 | Man page written to conform with Debian by Julien Lavergne. | ||
diff --git a/docs/idevicepair.1 b/docs/idevicepair.1 new file mode 100644 index 0000000..da76b7f --- /dev/null +++ b/docs/idevicepair.1 | |||
| @@ -0,0 +1,43 @@ | |||
| 1 | .TH "idevicepair" 1 | ||
| 2 | .SH NAME | ||
| 3 | idevicepair \- Manage pairings with iPhone/iPod Touch/iPad devices and this host. | ||
| 4 | .SH SYNOPSIS | ||
| 5 | .B idevicepair | ||
| 6 | [OPTIONS] COMMAND | ||
| 7 | |||
| 8 | .SH DESCRIPTION | ||
| 9 | |||
| 10 | Manage pairings with iPhone/iPod Touch/iPad devices and this host. | ||
| 11 | |||
| 12 | .SH OPTIONS | ||
| 13 | .TP | ||
| 14 | .B \-u, \-\-uuid UUID | ||
| 15 | target specific device by its 40-digit device UUID. | ||
| 16 | .TP | ||
| 17 | .B \-d, \-\-debug | ||
| 18 | enable communication debugging. | ||
| 19 | .TP | ||
| 20 | .B \-h, \-\-help | ||
| 21 | prints usage information. | ||
| 22 | |||
| 23 | .SH COMMANDS | ||
| 24 | .TP | ||
| 25 | .B hostid | ||
| 26 | print the host id of this computer. | ||
| 27 | .TP | ||
| 28 | .B pair | ||
| 29 | pair device with this computer. | ||
| 30 | .TP | ||
| 31 | .B validate | ||
| 32 | validate if device is paired with this computer. | ||
| 33 | .TP | ||
| 34 | .B unpair | ||
| 35 | unpair device with this computer. | ||
| 36 | .TP | ||
| 37 | .B list | ||
| 38 | list devices paired with this computer. | ||
| 39 | |||
| 40 | .SH AUTHORS | ||
| 41 | Nikias Bassen | ||
| 42 | |||
| 43 | Man page written to conform with Debian by Julien Lavergne. | ||
