me
/
guix
Archived
1
0
Fork 0

doc: Fix build.

This is a follow-up of b309a28678.

* doc/guix.texi (Tor): Fix build.
master
Mathieu Othacehe 2021-02-22 16:32:05 +01:00
parent 108e2c6116
commit 2cc169f8f9
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 3 additions and 2 deletions

View File

@ -16593,8 +16593,6 @@ If you want to customize the SOCKS socket in more detail, leave
@code{socks-socket-type} at its default value of @code{'tcp} and use @code{socks-socket-type} at its default value of @code{'tcp} and use
@code{config-file} to override the default by providing your own @code{config-file} to override the default by providing your own
@code{SocksPort} option. @code{SocksPort} option.
@end table
@end deftp
@item @code{control-socket?} (default: @code{#f}) @item @code{control-socket?} (default: @code{#f})
Whether or not to provide a ``control socket'' by which Tor can be Whether or not to provide a ``control socket'' by which Tor can be
@ -16603,6 +16601,9 @@ If @code{#t}, Tor will listen for control commands on the UNIX domain socket
@file{/var/run/tor/control-sock}, which will be made writable by members of the @file{/var/run/tor/control-sock}, which will be made writable by members of the
@code{tor} group. @code{tor} group.
@end table
@end deftp
@cindex hidden service @cindex hidden service
@deffn {Scheme Procedure} tor-hidden-service @var{name} @var{mapping} @deffn {Scheme Procedure} tor-hidden-service @var{name} @var{mapping}
Define a new Tor @dfn{hidden service} called @var{name} and implementing Define a new Tor @dfn{hidden service} called @var{name} and implementing