tUpdate README - ratox - FIFO based tox client
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 5fe215536d27f441db06c4694de386205fa568c8
 (DIR) parent faf22258ea552b850d01df5561325714c2e7d36a
 (HTM) Author: sin <sin@2f30.org>
       Date:   Wed, 15 Oct 2014 09:54:30 +0100
       
       Update README
       
       Diffstat:
         M README                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/README b/README
       t@@ -38,7 +38,7 @@ to help explain the semantics of the individual files.
        |-- 0A734CBA717CEB7883D....        # friend's ID excluding nospam + checksum
        |   |-- call_in                        # 'arecord -r 48000 -c 1 -f S16_LE > call_in' to initiate a call
        |   |-- call_out                # 'aplay -r 48000 -c 1 -f S16_LE - < call_out' to answer a call
       -|   |-- call_pending                # 1 if a call is pending, 0 otherwise
       +|   |-- call_state                # 0 if there's no call, 1 if call is pending and 2 if call is active
        |   |-- file_in                        # 'cat foo > file_in' to send a file
        |   |-- file_out                # 'cat file_out > bar' to receive a file
        |   |-- file_pending                # contains filename if transfer pending, empty otherwise