summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-01-24 21:38:09 +0100
committerLudovic Courtès <ludo@gnu.org>2016-01-25 00:11:22 +0100
commit24a8ef3ba195ef7f19c574722995ae2ed6886689 (patch)
treef646bc9f23a7fbce64ff818ecd6071680402f63f /doc
parentf6afc48008d6868dfd7de6467e86ba70612b22e0 (diff)
downloadpatches-24a8ef3ba195ef7f19c574722995ae2ed6886689.tar
patches-24a8ef3ba195ef7f19c574722995ae2ed6886689.tar.gz
doc: Remove unneeded backslashes.
* doc/guix.texi (Networking Services): Remove unneeded backslashes.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index bd0a241d81..f4ba2af0b6 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -6832,13 +6832,14 @@ and lines for hidden services added via @code{tor-hidden-service}. Run
@command{man tor} for information about the configuration file.
@end deffn
+@cindex hidden service
@deffn {Scheme Procedure} tor-hidden-service @var{name} @var{mapping}
Define a new Tor @dfn{hidden service} called @var{name} and implementing
@var{mapping}. @var{mapping} is a list of port/host tuples, such as:
@example
- '((22 \"127.0.0.1:22\")
- (80 \"127.0.0.1:8080\"))
+ '((22 "127.0.0.1:22")
+ (80 "127.0.0.1:8080"))
@end example
In this example, port 22 of the hidden service is mapped to local port 22, and