From c8e5998a0c6136f6ade08ac9beca60ce7b5c0583 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Wed, 7 Aug 2024 11:15:52 +0200
Subject: [PATCH] DOC: Minor formatting.

---
 src/doc/utilities.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/doc/utilities.rst b/src/doc/utilities.rst
index 36ed6a04..f80460f3 100644
--- a/src/doc/utilities.rst
+++ b/src/doc/utilities.rst
@@ -44,11 +44,11 @@ For making files available to the LinkAhead server as File entities
 <https://docs.indiscale.com/caosdb-server/specification/Fileserver.html>`_
 documentation), the LinkAhead Advanced User tools provide the
 :py:mod:`~caosadvancedtools.loadFiles` module and a
-`linkahead-loadfiles` executable. Both operate on a path as seen by
+``linkahead-loadfiles`` executable. Both operate on a path as seen by
 the LinkAhead server (i.e., a path within the Docker container in the
 typical LinkAhead Control setup) and can be further specified to
 exclude or exclude specific files. In the typical setup, where a
-directory is mounted as an extroot into the Docker container by
+directory is mounted as an *extroot* into the Docker container by
 LinkAhead control, running
 
 .. code-block:: sh
-- 
GitLab