mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
plural in manpage
This commit is contained in:
parent
6f313edc8a
commit
1f602e8643
2 changed files with 10 additions and 2 deletions
|
@ -2382,7 +2382,7 @@ The following options are used to configure a hidden service.
|
||||||
|
|
||||||
[[HiddenServiceVersion]] **HiddenServiceVersion** __version__,__version__,__...__::
|
[[HiddenServiceVersion]] **HiddenServiceVersion** __version__,__version__,__...__::
|
||||||
A list of rendezvous service descriptor versions to publish for the hidden
|
A list of rendezvous service descriptor versions to publish for the hidden
|
||||||
service. Currently, version 2 and 3 are supported. (Default: 2)
|
service. Currently, versions 2 and 3 are supported. (Default: 2)
|
||||||
|
|
||||||
[[HiddenServiceAuthorizeClient]] **HiddenServiceAuthorizeClient** __auth-type__ __client-name__,__client-name__,__...__::
|
[[HiddenServiceAuthorizeClient]] **HiddenServiceAuthorizeClient** __auth-type__ __client-name__,__client-name__,__...__::
|
||||||
If configured, the hidden service is accessible for authorized clients
|
If configured, the hidden service is accessible for authorized clients
|
||||||
|
|
|
@ -56,7 +56,15 @@ scan-build \
|
||||||
$CHECKERS \
|
$CHECKERS \
|
||||||
./configure
|
./configure
|
||||||
|
|
||||||
make clean
|
scan-build \
|
||||||
|
make clean
|
||||||
|
|
||||||
|
# Make this not get scanned for dead assignments, since it has lots of
|
||||||
|
# dead assignments we don't care about.
|
||||||
|
scan-build \
|
||||||
|
$CHECKERS \
|
||||||
|
-disable-checker deadcode.DeadStores \
|
||||||
|
make -j5 -k ./src/ext/ed25519/ref10/libed25519_ref10.a
|
||||||
|
|
||||||
scan-build \
|
scan-build \
|
||||||
$CHECKERS $OUTPUTARG \
|
$CHECKERS $OUTPUTARG \
|
||||||
|
|
Loading…
Add table
Reference in a new issue