diff options
author | Dan Williams <dcbw@redhat.com> | 2009-01-22 19:09:38 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2009-01-22 19:09:38 -0500 |
commit | 5f2bb5efdec59754b68f9ea1858d6136f9a04a0a (patch) | |
tree | 2dfb0da41ce9fe617e5d9114fe2f4edb05b387e6 | |
parent | 4a39aa20e8a38999ee81ee2d0d1c61ff4c871b7a (diff) |
modem-probe: clarify docs for modem_wait_reply()
-rw-r--r-- | modem-probe/modem-probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |