summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2021-09-28 04:53:03 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-02 09:57:41 +0100
commit6c29f198d922f0a45dbff6db2839ff13e350d332 (patch)
tree3992dab8df77e09defac1ea1f27a1d281325f595 /documentation
parentb82097b9c0bf16727b5b03b96df30d0d7bc55cac (diff)
downloadpoky-6c29f198d922f0a45dbff6db2839ff13e350d332.tar.gz
overview-manual: delete bad backslashes in SSTATE_MIRRORS example
Two inappropriate backslashes in the example for setting SSTATE_MIRRORS are apparently the result of an error by the transmogrification script for migrating XML to rST. (From yocto-docs rev: 9cff301a768b248f19fc1d5834f04d3defffcbc7) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reviewed-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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