Formatting error in tor man page
The last 'Log' entry of the tor man page has a minor formatting error: https://gitweb.torproject.org/tor.git/blob/HEAD:/doc/tor.1.txt#l328 This has an extra space before the ending '::'. The result is that the colons are in the man page with no newline. Ie, it's rendered as a single line with... ``` Log [domain,...]minSeverity[-maxSeverity] ... stderr|stdout|syslog :: As above, but select... <etc> ``` This is causing a little parsing error for arm since I'm expecting the format of <arg> <usage>\n <description> I can send a patch if you'd like, but this seems kinda trivial for it. Cheers! -Damian
issue