diff options
author | Marcin Cieślak <saper@saper.info> | 2018-04-29 13:00:32 +0000 |
---|---|---|
committer | Marcin Cieślak <saper@saper.info> | 2018-04-29 13:54:56 +0000 |
commit | 0c7740b7ded0eb26aca45a4b96d74a9293660edd (patch) | |
tree | 61ff7da6b425b7f441df70275dd7b8973cacb1a8 /doc | |
parent | cb0af6157c0acbd0a30c20f8f0a3b9d4d1f402ad (diff) | |
download | tor-0c7740b7ded0eb26aca45a4b96d74a9293660edd.tar.gz tor-0c7740b7ded0eb26aca45a4b96d74a9293660edd.zip |
Document default value for Nickname
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 34ec866b13..03a8734f7f 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2061,6 +2061,8 @@ is non-zero): [[Nickname]] **Nickname** __name__:: Set the server's nickname to \'name'. Nicknames must be between 1 and 19 characters inclusive, and must contain only the characters [a-zA-Z0-9]. + If not set, **Unnamed** will be used. Relays can always be uniquely identified + by their identity fingerprints. [[NumCPUs]] **NumCPUs** __num__:: How many processes to use at once for decrypting onionskins and other |