A generic touchscreen calibration program for X.Org
修订版 | bb4e26955a82344d5e732a538a849a106b346827 (tree) |
---|---|
时间 | 2013-01-04 07:13:17 |
作者 | Tias Guns <tias@ulys...> |
Commiter | Tias Guns |
document --no-timeout in man (and shorten descr in stdout)
@@ -51,6 +51,10 @@ This is useful if the calibration values are stored in your xorg.conf, but the d | ||
51 | 51 | set the misclick threshold (0=off, default: 15 pixels) |
52 | 52 | .PP |
53 | 53 | .TP 8 |
54 | +.B \-\-no-timeout | |
55 | +turns off the timeout | |
56 | +.PP | |
57 | +.TP 8 | |
54 | 58 | .B \-\-output\-type \fIauto|xorg.conf.d|hal|xinput\fP |
55 | 59 | type of config to ouput (auto=automatically detect, default: auto) |
56 | 60 | .PP |
@@ -179,7 +179,7 @@ static void usage(char* cmd, unsigned thr_misclick) | ||
179 | 179 | fprintf(stderr, "\t--output-type <auto|xorg.conf.d|hal|xinput>: type of config to ouput (auto=automatically detect, default: auto)\n"); |
180 | 180 | fprintf(stderr, "\t--fake: emulate a fake device (for testing purposes)\n"); |
181 | 181 | fprintf(stderr, "\t--geometry: manually provide the geometry (width and height) for the calibration window\n"); |
182 | - fprintf(stderr, "\t--no-timeout: turns off the timeout if parameter pressent\n"); | |
182 | + fprintf(stderr, "\t--no-timeout: turns off the timeout\n"); | |
183 | 183 | } |
184 | 184 | |
185 | 185 | Calibrator* Calibrator::make_calibrator(int argc, char** argv) |