From c6d20669ed0727e76681d2fa8857378abb399cbc Mon Sep 17 00:00:00 2001 From: short <> Date: Tue, 7 Sep 1999 14:35:47 +0000 Subject: [PATCH] sprintf() and siginterrupt() portability problems fixed. --- mdsms.1.in | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/mdsms.1.in b/mdsms.1.in index b23cdbb..9ef876f 100644 --- a/mdsms.1.in +++ b/mdsms.1.in @@ -88,17 +88,18 @@ and no more retries of the command are permitted. After exceeding this value the program is terminated. .TP .BR -r | --readtime\ < sec > -Maximum response read timeout before give up. +Maximum response read timeout before command retry. .B sms9110 sends the requested \fBAT\fP-style command to .B Nokia and expects response. After exceeding this time interval, .B sms9110 -is terminated immediately, -.B maxretry -parameter notwithstanding. Standard value is +reissues the last command until the maximum retry count (\fBmaxretry\fP) is exhausted. +Standard value is .BR DEF_READTIME -seconds and should be enough for any voice call. +seconds and should be enough for standard +.B Nokia +responses. .TP .BR -t | --chartime\ < msec > Although the fixed used baudrate of -- 1.8.3.1