From 46143ecc4cc6cb66eaf5488f883198a5275dbddf Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 14 Mar 2023 11:57:36 +0100 Subject: [PATCH] docs: escape a few more strings MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This makes it more obvious that these are not just plain english words. Reviewed-by: Marcin Ślusarz Part-of: --- docs/envvars.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/envvars.rst b/docs/envvars.rst index 835ca1e..85d1930 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -235,9 +235,9 @@ Core Mesa environment variables shader caches for loading at initialization. The file paths are relative to the cache directory and do not include suffixes, referencing both the cache DB and its index file. E.g. - MESA_DISK_CACHE_SINGLE_FILE=filename1 refers to filename1.foz and - filename1_idx.foz. A limit of 8 DBs can be loaded and this limit is - shared with :envvar:`MESA_DISK_CACHE_READ_ONLY_FOZ_DBS_DYNAMIC_LIST.` + ``MESA_DISK_CACHE_SINGLE_FILE=filename1`` refers to ``filename1.foz`` + and ``filename1_idx.foz``. A limit of 8 DBs can be loaded and this limit + is shared with :envvar:`MESA_DISK_CACHE_READ_ONLY_FOZ_DBS_DYNAMIC_LIST.` .. envvar:: MESA_DISK_CACHE_DATABASE -- 2.7.4