diff options
| author | 2011-03-20 08:29:28 +0100 | |
|---|---|---|
| committer | 2011-03-20 08:29:28 +0100 | |
| commit | aca49fcd0bb1b427ebeadafb34e49302b8cce970 (patch) | |
| tree | 0ab2c9e956f0a24b60790ddeb3b5290e1ea943ff | |
| parent | 64757bc9eeef0d889fe6ea3506e77916dff5564a (diff) | |
| download | ideviceinstaller-aca49fcd0bb1b427ebeadafb34e49302b8cce970.tar.gz ideviceinstaller-aca49fcd0bb1b427ebeadafb34e49302b8cce970.tar.bz2 | |
Minor escaping fixes for manpage
| -rw-r--r-- | man/ideviceinstaller.1 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/man/ideviceinstaller.1 b/man/ideviceinstaller.1 index fd00ff6..a9d2665 100644 --- a/man/ideviceinstaller.1 +++ b/man/ideviceinstaller.1 | |||
| @@ -31,17 +31,17 @@ list apps installed on the device. | |||
| 31 | .RS | 31 | .RS |
| 32 | .B Additional options: | 32 | .B Additional options: |
| 33 | .TP | 33 | .TP |
| 34 | -o list_user | 34 | \-o list_user |
| 35 | list user apps only (apps installed by the user) | 35 | list user apps only (apps installed by the user) |
| 36 | .B This is the default. | 36 | .B This is the default. |
| 37 | .TP | 37 | .TP |
| 38 | -o list_system | 38 | \-o list_system |
| 39 | list system apps only (apps available from the system firmware) | 39 | list system apps only (apps available from the system firmware) |
| 40 | .TP | 40 | .TP |
| 41 | -o list_all | 41 | \-o list_all |
| 42 | list all types of apps | 42 | list all types of apps |
| 43 | .TP | 43 | .TP |
| 44 | -o xml | 44 | \-o xml |
| 45 | print output in xml format (PList) | 45 | print output in xml format (PList) |
| 46 | .RE | 46 | .RE |
| 47 | 47 | ||
| @@ -68,7 +68,7 @@ list archived applications on the device. | |||
| 68 | .RS | 68 | .RS |
| 69 | .B Additional options: | 69 | .B Additional options: |
| 70 | .TP | 70 | .TP |
| 71 | -o xml | 71 | \-o xml |
| 72 | print output in xml format (PList) | 72 | print output in xml format (PList) |
| 73 | .RE | 73 | .RE |
| 74 | 74 | ||
| @@ -79,16 +79,16 @@ archive app specified by APPID. | |||
| 79 | .RS | 79 | .RS |
| 80 | .B Additional options: | 80 | .B Additional options: |
| 81 | .TP | 81 | .TP |
| 82 | -o uninstall | 82 | \-o uninstall |
| 83 | uninstall the package after making an archive | 83 | uninstall the package after making an archive |
| 84 | .TP | 84 | .TP |
| 85 | -o app_only | 85 | \-o app_only |
| 86 | archive application data only | 86 | archive application data only |
| 87 | .TP | 87 | .TP |
| 88 | -o copy=PATH | 88 | \-o copy=PATH |
| 89 | copy the app archive to directory PATH when done | 89 | copy the app archive to directory PATH when done |
| 90 | .TP | 90 | .TP |
| 91 | -o remove | 91 | \-o remove |
| 92 | only valid when copy=PATH is used: remove after copy | 92 | only valid when copy=PATH is used: remove after copy |
| 93 | .RE | 93 | .RE |
| 94 | 94 | ||
