[tor-commits] [torspec/master] Document that Tor accepts GETCONF with zero or more arguments

nickm at torproject.org nickm at torproject.org
Wed Feb 5 13:53:13 UTC 2020


commit f04179f254f7ef226c9bd01dd2b0927d9433e078
Author: rl1987 <rl1987 at sdf.lonestar.org>
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:





More information about the tor-commits mailing list