aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-12-15 03:43:27 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-12-15 03:43:27 -0500
commitdb9d81947c8f1b9cd83f2539cf4e258147a3e74e (patch)
treec42ac616d266a26fade4229913f2841bc5218877 /doc/handbook
parent52986bf3356f25e65ca03bab0070c16c9bd60d7c (diff)
downloadgnunet-db9d81947c8f1b9cd83f2539cf4e258147a3e74e.tar.gz
gnunet-db9d81947c8f1b9cd83f2539cf4e258147a3e74e.zip
add pxref to ‘Config file format’
Diffstat (limited to 'doc/handbook')
-rw-r--r--doc/handbook/chapters/installation.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/handbook/chapters/installation.texi b/doc/handbook/chapters/installation.texi
index d7b2fb590..40a23e738 100644
--- a/doc/handbook/chapters/installation.texi
+++ b/doc/handbook/chapters/installation.texi
@@ -327,8 +327,8 @@ Now GNS should work in browsers that are configured to use a SOCKS proxy on
327 327
328@node Minimal configuration 328@node Minimal configuration
329@section Minimal configuration 329@section Minimal configuration
330GNUnet needs a configuration file to start. For the @emph{single-user setup} 330GNUnet needs a configuration file to start (@pxref{Config file format}).
331an empty file is sufficient: 331For the @emph{single-user setup} an empty file is sufficient:
332 332
333@example 333@example
334$ touch ~/.config/gnunet.conf 334$ touch ~/.config/gnunet.conf
@@ -2493,4 +2493,3 @@ Furthermore, 'make install' will silently fail to set the DNS binaries to
2493be owned by group "gnunetdns" unless that group already exists (!). 2493be owned by group "gnunetdns" unless that group already exists (!).
2494An alternative name for the "gnunetdns" group can be specified using the 2494An alternative name for the "gnunetdns" group can be specified using the
2495@code{--with-gnunetdns=GRPNAME} configure option. 2495@code{--with-gnunetdns=GRPNAME} configure option.
2496