commit | 6692bc2d54cbfe8d9f06f0748dad8893abd0fd80 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Jul 06 17:51:12 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jul 06 17:51:12 2015 +0000 |
tree | 434297650119cdd5f4254a485ed902bd6e29565f | |
parent | 280c760a65673a11d7b3e547a8831b2384bbeb39 [diff] | |
parent | 986c15a83b5f5bad71a16ac06ede042f0c9ca5c4 [diff] |
Merge "Fixed a documentation error in protocol.txt"
diff --git a/adb/protocol.txt b/adb/protocol.txt index c9d3c24..333e7e7 100644 --- a/adb/protocol.txt +++ b/adb/protocol.txt
@@ -133,7 +133,7 @@ ---- WRITE(0, remote-id, "data") ---------------------------------------- +--- WRITE(local-id, remote-id, "data") --------------------------------- The WRITE message sends data to the recipient's stream identified by remote-id. The payload MUST be <= maxdata in length.