commit f04179f254f7ef226c9bd01dd2b0927d9433e078
Author: rl1987 <[email protected]>
Date:   Wed Jan 29 14:59:43 2020 +0800

    Document that Tor accepts GETCONF with zero or more arguments
---
 control-spec.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/control-spec.txt b/control-spec.txt
index 5fec617..cdd1af3 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -307,9 +307,9 @@
 
 3.3. GETCONF
 
-  Request the value of a configuration variable.  The syntax is:
+  Request the value of a configuration variable(s).  The syntax is:
 
-    "GETCONF" 1*(SP keyword) CRLF
+    "GETCONF" *(SP keyword) CRLF
 
   If all of the listed keywords exist in the Tor configuration, Tor replies
   with a series of reply lines of the form:



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to