diff options
author | Roger Dingledine <arma@torproject.org> | 2007-02-25 13:39:33 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-02-25 13:39:33 +0000 |
commit | 8884ef44d6543d8eb977eed0fc263887b49a5682 (patch) | |
tree | 551f3431f52988144754cec9f888c79a05977007 /doc | |
parent | 5fd4f7c131f94022ec06ac3923462f431c898933 (diff) | |
download | tor-8884ef44d6543d8eb977eed0fc263887b49a5682.tar tor-8884ef44d6543d8eb977eed0fc263887b49a5682.tar.gz |
more cleanup
svn:r9650
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/control-spec.txt | 6 | ||||
-rw-r--r-- | doc/spec/proposals/001-process.txt | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt index 17cef23df..0bfed15ee 100644 --- a/doc/spec/control-spec.txt +++ b/doc/spec/control-spec.txt @@ -1286,9 +1286,9 @@ $Id$ BytesWritten = 1*DIGIT BytesRead and BytesWritten are the number of bytes read and written since - the last STREAM_BW event on a stream. These events are generated about - once per second per stream; No event is generated for streams that have not - read or written. + the last STREAM_BW event on this stream. These events are generated about + once per second per stream; no events are generated for streams that have + not read or written. These events apply only to streams entering Tor (such as on a SOCKSPort, TransPort, or so on). They are not generated for exiting streams. diff --git a/doc/spec/proposals/001-process.txt b/doc/spec/proposals/001-process.txt index 6cad91259..c624dfdbc 100644 --- a/doc/spec/proposals/001-process.txt +++ b/doc/spec/proposals/001-process.txt @@ -67,7 +67,7 @@ How to change the specs now: How new proposals get added: Once an idea has been proposed on the development list, a properly formatted - (see below) draft exists, and rough consensus withing the active development + (see below) draft exists, and rough consensus within the active development community exists that this idea warrants consideration, the proposal editor will officially add the proposal. |