From 93d69ab5433fd156ba5d064e55ea6e677d777c85 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 15 Dec 2020 05:06:59 -0500 Subject: fix typo; quote { and } (six instances) --- doc/handbook/chapters/configuration.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/handbook') 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 -- cgit v1.2.3