From 5f2bb5efdec59754b68f9ea1858d6136f9a04a0a Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 22 Jan 2009 19:09:38 -0500 Subject: modem-probe: clarify docs for modem_wait_reply() --- modem-probe/modem-probe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modem-probe/modem-probe.c b/modem-probe/modem-probe.c index 803d5d5..7b9b4d8 100644 --- a/modem-probe/modem-probe.c +++ b/modem-probe/modem-probe.c @@ -145,7 +145,7 @@ find_response (const char *line, const char **responses, int *idx) /* Return values: * * -2: timeout - * -1: read error + * -1: read error or response not found * 0...N: response index in **needles array */ static int -- cgit