mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix typo in config parser documentation
This commit is contained in:
committed by
Nick Mathewson
parent
72d455b5eb
commit
a753ef8517
+1
-1
@@ -2445,7 +2445,7 @@ parse_config_line_from_str(const char *line, char **key_out, char **value_out)
|
||||
KEYCHAR = Any character except ' ', '\r', '\n', '\t', '#', "\"
|
||||
|
||||
VALUES = QUOTEDVALUE | NORMALVALUE
|
||||
QUOTEDVALUE = QUOTE QVITEM* QUOTE EOLSPACE?
|
||||
QUOTEDVALUE = QUOTE QVCHAR* QUOTE EOLSPACE?
|
||||
QUOTE = '"'
|
||||
QVCHAR = KEYCHAR | ESC ('n' | 't' | 'r' | '"' | ESC |'\'' | OCTAL | HEX)
|
||||
ESC = "\\"
|
||||
|
||||
Reference in New Issue
Block a user