gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Additional programs and language bindings branch, master, updated.


From: Daniele Forsi
Subject: [SCM] Additional programs and language bindings branch, master, updated. 3c8a2d8671e57ea45a4d95073a46f73b7e0718c6
Date: Fri, 12 Feb 2010 16:19:24 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Additional programs and language bindings".

The branch, master has been updated
       via  3c8a2d8671e57ea45a4d95073a46f73b7e0718c6 (commit)
      from  251a7ad40b7c10531819d544868cfe7fcdaa2251 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii/gnokii-extras.git/commit/?id=3c8a2d8671e57ea45a4d95073a46f73b7e0718c6


commit 3c8a2d8671e57ea45a4d95073a46f73b7e0718c6
Author: Daniele Forsi <address@hidden>
Date:   Fri Feb 12 17:19:11 2010 +0100

    Fix typos

diff --git a/snippets/monitor/rf_level.readme b/snippets/monitor/rf_level.readme
index 5fb0f1f..a03d271 100644
--- a/snippets/monitor/rf_level.readme
+++ b/snippets/monitor/rf_level.readme
@@ -1,9 +1,9 @@
 $Id$
-Easy program to print signal strength (RF level) returned by phone. It prints 
a number that you can assign to a variable o check in a conditional, e.g.:
+Easy program to print signal strength (RF level) returned by phone. It prints 
a number that you can assign to a variable or check in a conditional, e.g.:
 
 [ $(rf_level) -lt 1 ] && echo "no signal"
 
-Some phones have a range of -1..4 with -1 meaning no signal, other have a 
range of 0..100, but not all phones return this value or take so long to answer 
to this command that communication times out (LG U8120 is one that times out, 
you might succed if you first read this using minicom).
+Some phones have a range of -1..4 with -1 meaning no signal, other have a 
range of 0..100, but not all phones return this value or take so long to answer 
to this command that communication times out (LG U8120 is one that times out, 
you might succeed if you first read this using minicom).
 
 This is the same value reported by gnokii --monitor while xgnokii translates 
this value graphically showing 0 to 4 segments.
 If you can send AT commands to your phone you can get this value using AT+CSQ.

-----------------------------------------------------------------------

Summary of changes:
 snippets/monitor/rf_level.readme |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Additional programs and language bindings




reply via email to

[Prev in Thread] Current Thread [Next in Thread]