summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/overview-manual/concepts.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index c8b89885e3..3017637529 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -1908,8 +1908,8 @@ Behind the scenes, the shared state code works by looking in
1908shared state files. Here is an example:: 1908shared state files. Here is an example::
1909 1909
1910 SSTATE_MIRRORS ?= "\ 1910 SSTATE_MIRRORS ?= "\
1911 file://.\* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ 1911 file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
1912 file://.\* file:///some/local/dir/sstate/PATH" 1912 file://.* file:///some/local/dir/sstate/PATH"
1913 1913
1914.. note:: 1914.. note::
1915 1915