From 31dd5924ec9607641d506629ed549170511b4ed0 Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Thu, 9 Jun 2022 11:46:13 +0200 Subject: [PATCH] doc: fix section name --- doc/user/chapters/using.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/user/chapters/using.org b/doc/user/chapters/using.org index cf0d7cc28..2468c877a 100644 --- a/doc/user/chapters/using.org +++ b/doc/user/chapters/using.org @@ -67,7 +67,7 @@ <<sec:env_variables>> Some parameters of the Chameleon library can be set to some - default values through environment variables which ar elisted + default values through environment variables which are listed below. Note that the code itself can modify these values through calls to `CHAMELEON_Enable()`, `CHAMELEON_Disable()`, or `CHAMELEON_Set()` (see [[sec:options_routines][Options]]) @@ -840,7 +840,8 @@ * map: apply a user operator on each tile of the matrix **** Options routines - <<sec:options_foutines>> + <<sec:options_routines>> + Enable CHAMELEON feature. #+begin_src int CHAMELEON_Enable (CHAMELEON_enum option); -- GitLab