diff options
author | Silvio Rhatto <rhatto@torproject.org> | 2022-05-03 10:37:32 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@torproject.org> | 2022-05-03 10:37:32 -0300 |
commit | f31d9cc3f9686c2bdb5f2a6e3d662dc49bc04111 (patch) | |
tree | 27164be54cf7bc1b5c83d56624eac0acedbd4bec /doc | |
parent | 4259bc36af4aea0184488cbef00cef5dd1002044 (diff) | |
download | tor-f31d9cc3f9686c2bdb5f2a6e3d662dc49bc04111.tar.gz tor-f31d9cc3f9686c2bdb5f2a6e3d662dc49bc04111.zip |
Update man page on client auth revocation (#40418)
Revoking an Onion Service key does work with SIGHUP now.
The manual page is updated to reflect this change.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/tor.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/tor.1.txt b/doc/man/tor.1.txt index 1814801b71..6a4afc0bbd 100644 --- a/doc/man/tor.1.txt +++ b/doc/man/tor.1.txt @@ -3506,7 +3506,7 @@ Service side: configured, the service will be accessible to anyone with the onion address. Revoking a client can be done by removing their ".auth" file, however the - revocation will be in effect only after the tor process gets restarted even if + revocation will be in effect only after the tor process gets restarted or if a SIGHUP takes place. Client side: |