summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDustin Sallings <dustin@spy.net>2009-03-11 14:28:34 -0700
committerDustin Sallings <dustin@spy.net>2009-03-11 14:28:34 -0700
commit1b719aa075ee42804407709846fd8dfb80bba205 (patch)
tree3ca965a503c755fbecdcefe8ba64d9684cb1e61f
parent890e3cd7c1f22a4c84d6effa8591d219229fbfdf (diff)
downloadmemcached-1b719aa075ee42804407709846fd8dfb80bba205.tar.gz
Reformatted protocol-binary-range artwork to fit.
Fixes these warnings: xml2rfc: warning: artwork outdented 2 characters to avoid overrunning right margin around input line 146 xml2rfc: warning: artwork outdented 2 characters to avoid overrunning right margin around input line 176
-rw-r--r--doc/protocol-binary-range.xml60
1 files changed, 30 insertions, 30 deletions
diff --git a/doc/protocol-binary-range.xml b/doc/protocol-binary-range.xml
index 904d833..02711a8 100644
--- a/doc/protocol-binary-range.xml
+++ b/doc/protocol-binary-range.xml
@@ -152,20 +152,20 @@
<figure>
<preamble>Extra data for get range request:</preamble>
<artwork>
- Byte/ 0 | 1 | 2 | 3 |
- / | | | |
- |0 1 2 3 4 5 6 7|0 1 2 3 4 5 6 7|0 1 2 3 4 5 6 7|0 1 2 3 4 5 6 7|
- +---------------+---------------+---------------+---------------+
- 0| Flags |
- +---------------+---------------+---------------+---------------+
- 4| Data version check |
- | |
- +---------------+---------------+---------------+---------------+
- 12| Offset |
- +---------------+---------------+---------------+---------------+
- 16| Length |
- +---------------+---------------+---------------+---------------+
- Total 20 bytes
+Byte/ 0 | 1 | 2 | 3 |
+ / | | | |
+ |0 1 2 3 4 5 6 7|0 1 2 3 4 5 6 7|0 1 2 3 4 5 6 7|0 1 2 3 4 5 6 7|
+ +---------------+---------------+---------------+---------------+
+ 0| Flags |
+ +---------------+---------------+---------------+---------------+
+ 4| Data version check |
+ | |
+ +---------------+---------------+---------------+---------------+
+12| Offset |
+ +---------------+---------------+---------------+---------------+
+16| Length |
+ +---------------+---------------+---------------+---------------+
+Total 20 bytes
</artwork></figure>
</t>
</section>
@@ -182,22 +182,22 @@
<figure>
<preamble>Extra data for get range response:</preamble>
<artwork>
- Byte/ 0 | 1 | 2 | 3 |
- / | | | |
- |0 1 2 3 4 5 6 7|0 1 2 3 4 5 6 7|0 1 2 3 4 5 6 7|0 1 2 3 4 5 6 7|
- +---------------+---------------+---------------+---------------+
- 0| Flags |
- +---------------+---------------+---------------+---------------+
- 4| Data version check |
- | |
- +---------------+---------------+---------------+---------------+
- 12| Offset |
- +---------------+---------------+---------------+---------------+
- 16| Length |
- +---------------+---------------+---------------+---------------+
- 20| Total value length |
- +---------------+---------------+---------------+---------------+
- Total 24 bytes
+Byte/ 0 | 1 | 2 | 3 |
+ / | | | |
+ |0 1 2 3 4 5 6 7|0 1 2 3 4 5 6 7|0 1 2 3 4 5 6 7|0 1 2 3 4 5 6 7|
+ +---------------+---------------+---------------+---------------+
+ 0| Flags |
+ +---------------+---------------+---------------+---------------+
+ 4| Data version check |
+ | |
+ +---------------+---------------+---------------+---------------+
+12| Offset |
+ +---------------+---------------+---------------+---------------+
+16| Length |
+ +---------------+---------------+---------------+---------------+
+20| Total value length |
+ +---------------+---------------+---------------+---------------+
+Total 24 bytes
</artwork></figure>
</t>
</section>