gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 01/02: fix typo; quote { and } (six instances)


From: gnunet
Subject: [gnunet] 01/02: fix typo; quote { and } (six instances)
Date: Tue, 15 Dec 2020 11:09:53 +0100

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

ttn pushed a commit to branch master
in repository gnunet.

commit 93d69ab5433fd156ba5d064e55ea6e677d777c85
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Tue Dec 15 05:06:59 2020 -0500

    fix typo; quote { and } (six instances)
---
 doc/handbook/chapters/configuration.texi | 8 ++++----
 1 file changed, 4 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

-- 
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]