diff options
| author | 2012-04-07 15:51:13 +0200 | |
|---|---|---|
| committer | 2012-04-07 15:51:13 +0200 | |
| commit | aa7eed4604138c94ca5642b7c116ad7ed9e5bed3 (patch) | |
| tree | 4603ba48d300fb4792947cf70b9d7e6dd81e6021 | |
| parent | 1379f42c50ddfadea776c9e253c5df4fcc93dacb (diff) | |
| download | libimobiledevice-aa7eed4604138c94ca5642b7c116ad7ed9e5bed3.tar.gz libimobiledevice-aa7eed4604138c94ca5642b7c116ad7ed9e5bed3.tar.bz2 | |
Update manpages of tools to use "device" instead of naming specific models
| -rw-r--r-- | docs/idevice_id.1 | 4 | ||||
| -rw-r--r-- | docs/idevicebackup.1 | 2 | ||||
| -rw-r--r-- | docs/idevicebackup2.1 | 2 | ||||
| -rw-r--r-- | docs/idevicedate.1 | 4 | ||||
| -rw-r--r-- | docs/ideviceenterrecovery.1 | 2 | ||||
| -rw-r--r-- | docs/ideviceimagemounter.1 | 4 | ||||
| -rw-r--r-- | docs/ideviceinfo.1 | 4 | ||||
| -rw-r--r-- | docs/idevicepair.1 | 4 | ||||
| -rw-r--r-- | docs/idevicescreenshot.1 | 4 | ||||
| -rw-r--r-- | docs/idevicesyslog.1 | 4 |
10 files changed, 17 insertions, 17 deletions
diff --git a/docs/idevice_id.1 b/docs/idevice_id.1 index 02d830d..311d1c2 100644 --- a/docs/idevice_id.1 +++ b/docs/idevice_id.1 | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | .TH "idevice_id" 1 | 1 | .TH "idevice_id" 1 |
| 2 | .SH NAME | 2 | .SH NAME |
| 3 | idevice_id \- Prints device name or a list of attached iPhone/iPod Touch devices. | 3 | idevice_id \- Prints device name or a list of attached devices. |
| 4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
| 5 | .B idevice_id | 5 | .B idevice_id |
| 6 | [OPTIONS] [UDID] | 6 | [OPTIONS] [UDID] |
| 7 | 7 | ||
| 8 | .SH DESCRIPTION | 8 | .SH DESCRIPTION |
| 9 | 9 | ||
| 10 | Prints device name or a list of attached iPhone/iPod Touch devices. | 10 | Prints device name or a list of attached devices. |
| 11 | The UDID is a 40-digit hexadecimal number of the device | 11 | The UDID is a 40-digit hexadecimal number of the device |
| 12 | for which the name should be retrieved. | 12 | for which the name should be retrieved. |
| 13 | 13 | ||
diff --git a/docs/idevicebackup.1 b/docs/idevicebackup.1 index 5ce9568..88e09e6 100644 --- a/docs/idevicebackup.1 +++ b/docs/idevicebackup.1 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | .TH "idevicebackup" 1 | 1 | .TH "idevicebackup" 1 |
| 2 | .SH NAME | 2 | .SH NAME |
| 3 | idevicebackup \- Create or restore backup for iPhone/iPod Touch devices. | 3 | idevicebackup \- Create or restore backup for devices. |
| 4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
| 5 | .B idevicebackup | 5 | .B idevicebackup |
| 6 | [OPTIONS] CMD [DIRECTORY] | 6 | [OPTIONS] CMD [DIRECTORY] |
diff --git a/docs/idevicebackup2.1 b/docs/idevicebackup2.1 index e4f97f8..8699206 100644 --- a/docs/idevicebackup2.1 +++ b/docs/idevicebackup2.1 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | .TH "idevicebackup2" 1 | 1 | .TH "idevicebackup2" 1 |
| 2 | .SH NAME | 2 | .SH NAME |
| 3 | idevicebackup2 \- Create or restore backup for iDevices running iOS4+. | 3 | idevicebackup2 \- Create or restore backups for devices running iOS 4 or later. |
| 4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
| 5 | .B idevicebackup2 | 5 | .B idevicebackup2 |
| 6 | [OPTIONS] CMD [CMDOPTIONS] DIRECTORY | 6 | [OPTIONS] CMD [CMDOPTIONS] DIRECTORY |
diff --git a/docs/idevicedate.1 b/docs/idevicedate.1 index 5a3156e..52b58c4 100644 --- a/docs/idevicedate.1 +++ b/docs/idevicedate.1 | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | .TH "idevicedate" 1 | 1 | .TH "idevicedate" 1 |
| 2 | .SH NAME | 2 | .SH NAME |
| 3 | idevicedate \- Display the current date or set it on an iDevice. | 3 | idevicedate \- Display the current date or set it on a device. |
| 4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
| 5 | .B idevicedate | 5 | .B idevicedate |
| 6 | [OPTIONS] | 6 | [OPTIONS] |
| 7 | 7 | ||
| 8 | .SH DESCRIPTION | 8 | .SH DESCRIPTION |
| 9 | 9 | ||
| 10 | Show information about the first connected iPhone/iPod Touch. | 10 | Simple utility to manage the clock on a device. |
| 11 | 11 | ||
| 12 | .SH OPTIONS | 12 | .SH OPTIONS |
| 13 | .TP | 13 | .TP |
diff --git a/docs/ideviceenterrecovery.1 b/docs/ideviceenterrecovery.1 index 79de05c..7471fa4 100644 --- a/docs/ideviceenterrecovery.1 +++ b/docs/ideviceenterrecovery.1 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | .TH "ideviceenterrecovery" 1 | 1 | .TH "ideviceenterrecovery" 1 |
| 2 | .SH NAME | 2 | .SH NAME |
| 3 | ideviceenterrecovery \- Makes a device with the supplied 40-digit UDID enter recovery mode immediately. | 3 | ideviceenterrecovery \- Make a device enter recovery mode. |
| 4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
| 5 | .B ideviceenterrecovery | 5 | .B ideviceenterrecovery |
| 6 | [OPTIONS] UDID | 6 | [OPTIONS] UDID |
diff --git a/docs/ideviceimagemounter.1 b/docs/ideviceimagemounter.1 index ab65b6f..1382dc3 100644 --- a/docs/ideviceimagemounter.1 +++ b/docs/ideviceimagemounter.1 | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | .TH "ideviceimagemounter" 1 | 1 | .TH "ideviceimagemounter" 1 |
| 2 | .SH NAME | 2 | .SH NAME |
| 3 | ideviceimagemounter \- Mount disk images on the iPhone/iPod Touch. | 3 | ideviceimagemounter \- Mount disk images on the device. |
| 4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
| 5 | .B ideviceimagemounter | 5 | .B ideviceimagemounter |
| 6 | [OPTIONS] IMAGE_FILE IMAGE_SIGNATURE_FILE | 6 | [OPTIONS] IMAGE_FILE IMAGE_SIGNATURE_FILE |
| 7 | 7 | ||
| 8 | .SH DESCRIPTION | 8 | .SH DESCRIPTION |
| 9 | 9 | ||
| 10 | Mounts the specified disk image on the iPhone/iPod Touch device. | 10 | Mounts the specified disk image on the device. |
| 11 | 11 | ||
| 12 | .SH OPTIONS | 12 | .SH OPTIONS |
| 13 | .TP | 13 | .TP |
diff --git a/docs/ideviceinfo.1 b/docs/ideviceinfo.1 index adfa00f..d756f2d 100644 --- a/docs/ideviceinfo.1 +++ b/docs/ideviceinfo.1 | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | .TH "ideviceinfo" 1 | 1 | .TH "ideviceinfo" 1 |
| 2 | .SH NAME | 2 | .SH NAME |
| 3 | ideviceinfo \- Show information about the first connected iPhone/iPod Touch. | 3 | ideviceinfo \- Show information about the first connected device. |
| 4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
| 5 | .B ideviceinfo | 5 | .B ideviceinfo |
| 6 | [OPTIONS] | 6 | [OPTIONS] |
| 7 | 7 | ||
| 8 | .SH DESCRIPTION | 8 | .SH DESCRIPTION |
| 9 | 9 | ||
| 10 | Show information about the first connected iPhone/iPod Touch. | 10 | Show information about the first connected device. |
| 11 | 11 | ||
| 12 | .SH OPTIONS | 12 | .SH OPTIONS |
| 13 | .TP | 13 | .TP |
diff --git a/docs/idevicepair.1 b/docs/idevicepair.1 index 3e6ca1d..bf2c56d 100644 --- a/docs/idevicepair.1 +++ b/docs/idevicepair.1 | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | .TH "idevicepair" 1 | 1 | .TH "idevicepair" 1 |
| 2 | .SH NAME | 2 | .SH NAME |
| 3 | idevicepair \- Manage pairings with iPhone/iPod Touch/iPad devices and this host. | 3 | idevicepair \- Manage pairings with devices and this host. |
| 4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
| 5 | .B idevicepair | 5 | .B idevicepair |
| 6 | [OPTIONS] COMMAND | 6 | [OPTIONS] COMMAND |
| 7 | 7 | ||
| 8 | .SH DESCRIPTION | 8 | .SH DESCRIPTION |
| 9 | 9 | ||
| 10 | Manage pairings with iPhone/iPod Touch/iPad devices and this host. | 10 | Manage pairings with devices and this host. |
| 11 | 11 | ||
| 12 | .SH OPTIONS | 12 | .SH OPTIONS |
| 13 | .TP | 13 | .TP |
diff --git a/docs/idevicescreenshot.1 b/docs/idevicescreenshot.1 index 73d2c09..b8c0e58 100644 --- a/docs/idevicescreenshot.1 +++ b/docs/idevicescreenshot.1 | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | .TH "idevicescreenshot" 1 | 1 | .TH "idevicescreenshot" 1 |
| 2 | .SH NAME | 2 | .SH NAME |
| 3 | idevicescreenshot \- Gets a screenshot from the connected iPhone/iPod Touch. | 3 | idevicescreenshot \- Gets a screenshot from the connected device. |
| 4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
| 5 | .B idevicescreenshot | 5 | .B idevicescreenshot |
| 6 | [OPTIONS] | 6 | [OPTIONS] |
| 7 | 7 | ||
| 8 | .SH DESCRIPTION | 8 | .SH DESCRIPTION |
| 9 | 9 | ||
| 10 | Gets a screenshot from the connected iPhone/iPod Touch. | 10 | Gets a screenshot from the connected device. |
| 11 | 11 | ||
| 12 | NOTE: A mounted developer disk image is required on the device, otherwise | 12 | NOTE: A mounted developer disk image is required on the device, otherwise |
| 13 | the screenshotr service is not available. | 13 | the screenshotr service is not available. |
diff --git a/docs/idevicesyslog.1 b/docs/idevicesyslog.1 index e53587b..97012cb 100644 --- a/docs/idevicesyslog.1 +++ b/docs/idevicesyslog.1 | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | .TH "idevicesyslog" 1 | 1 | .TH "idevicesyslog" 1 |
| 2 | .SH NAME | 2 | .SH NAME |
| 3 | idevicesyslog \- Relay syslog of a connected iPhone/iPod Touch. | 3 | idevicesyslog \- Relay syslog of a connected device. |
| 4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
| 5 | .B idevicesyslog | 5 | .B idevicesyslog |
| 6 | [OPTIONS] | 6 | [OPTIONS] |
| 7 | 7 | ||
| 8 | .SH DESCRIPTION | 8 | .SH DESCRIPTION |
| 9 | 9 | ||
| 10 | Relay syslog of a connected iPhone/iPod Touch. | 10 | Relay syslog of a connected device. |
| 11 | 11 | ||
| 12 | .SH OPTIONS | 12 | .SH OPTIONS |
| 13 | .TP | 13 | .TP |
