gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated (407765df1 -> 5ea3ecfe5)


From: gnunet
Subject: [gnunet] branch master updated (407765df1 -> 5ea3ecfe5)
Date: Tue, 15 Dec 2020 11:09:52 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a change to branch master
in repository gnunet.

    from 407765df1 include Configuration Handbook in gnunet.info
     new 93d69ab54 fix typo; quote { and } (six instances)
     new 5ea3ecfe5 @include chapters/configuration.texi

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/handbook/chapters/configuration.texi | 8 ++++----
 doc/handbook/gnunet.texi                 | 4 ++++
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/doc/handbook/chapters/configuration.texi 
b/doc/handbook/chapters/configuration.texi
index adff956a9..27efc82e2 100644
--- a/doc/handbook/chapters/configuration.texi
+++ b/doc/handbook/chapters/configuration.texi
@@ -40,19 +40,19 @@ the filesystem.  It is also possible to provide defaults 
values for those
 variables that are unset, by using the following syntax:
 
 @example
-${VAR:-default}
+$@{VAR:-default@}
 @end example
 
 @noindent
-However, there are two ways a user can set @cide{$}-prefixable variables:
+However, there are two ways a user can set @code{$}-prefixable variables:
 (a) by defining them under a @code{[paths]} section
 
 @example
 [paths]
-GNUNET_DEPLOYMENT_SHARED = ${HOME}/shared-data
+GNUNET_DEPLOYMENT_SHARED = $@{HOME@}/shared-data
 ..
 [section-x]
-path-x = ${GNUNET_DEPLOYMENT_SHARED}/x
+path-x = $@{GNUNET_DEPLOYMENT_SHARED@}/x
 @end example
 
 @noindent
diff --git a/doc/handbook/gnunet.texi b/doc/handbook/gnunet.texi
index 4c7822876..ca74c347d 100644
--- a/doc/handbook/gnunet.texi
+++ b/doc/handbook/gnunet.texi
@@ -213,6 +213,10 @@ GNUnet Developer Handbook
 @include chapters/user.texi
 @c *********************************************************************
 
+@c *********************************************************************
+@include chapters/configuration.texi
+@c *********************************************************************
+
 @include chapters/contributing.texi
 
 @c *********************************************************************

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]