summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2014-10-24 14:30:40 +0100
committersin <sin@2f30.org>2014-10-24 14:30:55 +0100
commit267c56c41afbee3923e5f4127acd436c4eb9c44f (patch)
tree2109974ea2c4d90619b37919fc636809e3faef7c /README
parentedf96a7ce3c34448be3250ad0a0137f7ab951ca8 (diff)
Use (none, pending, active) instead of (0, 1, 2)
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 633976c..8743311 100644
--- a/README
+++ b/README
@@ -41,7 +41,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_state # 0 if there's no call, 1 if call is pending and 2 if call is active
+| |-- call_state # (none, pending, 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