소스 검색

less confusing comments in config files

svn:r588
Roger Dingledine 20 년 전
부모
커밋
b24b846069
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      src/config/sample-orrc
  2. 2 2
      src/config/sample-server-torrc.in

+ 2 - 2
src/config/sample-orrc

@@ -14,7 +14,7 @@ APPort 9024 # listening for socks-speaking connections
 # Leave this set, or we'll be treated like a client.
 OnionRouter 1
 
-# List of routers. Tor nodes only know about the directory servers
-# at the beginning, and from them they get a list of currently up nodes.
+# List of routers. Tor nodes start out knowing about the directory
+# servers, and from them they get a list of currently up nodes.
 RouterFile ../config/dirservers
 

+ 2 - 2
src/config/sample-server-torrc.in

@@ -14,7 +14,7 @@ APPort 9024 # listening for socks-speaking connections
 # Leave this set, or we'll be treated like a client.
 OnionRouter 1
 
-# List of routers. Tor nodes only know about the directory servers
-# at the beginning, and from them they get a list of currently up nodes.
+# List of routers. Tor nodes start out knowing about the directory
+# servers, and from them they get a list of currently up nodes.
 RouterFile @CONFDIR@/dirservers