summaryrefslogtreecommitdiff
path: root/mod/doc/context/third/rst/documentation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'mod/doc/context/third/rst/documentation.rst')
-rw-r--r--mod/doc/context/third/rst/documentation.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/mod/doc/context/third/rst/documentation.rst b/mod/doc/context/third/rst/documentation.rst
index 83bf609..621528d 100644
--- a/mod/doc/context/third/rst/documentation.rst
+++ b/mod/doc/context/third/rst/documentation.rst
@@ -422,7 +422,7 @@ directive, namely containers_.
Due to their being defined explicitly in terms of HTML,
*containers* lack a corresponding construct in |CONTEXT| (or
|TEX| for that matter).
-Some parts of |CONTEXT| (e. g. ``\framed``) come quite close with
+Some parts of |CONTEXT| (e. g. ``\\framed``) come quite close with
respect to functionality as well as generality.
However, none of the candidates alone covers the entire spectrum
of functionality that containers_ are supposed to.
@@ -435,7 +435,7 @@ Anonymous containers are interpreted as a |TEX| group.
Any text block inside the element is treated as ordinary
paragraph.
In below example the content will be handled as if between
-``\startxyzzy`` and ``\stopxyzzy``, where it is up to the user to
+``\\startxyzzy`` and ``\\stopxyzzy``, where it is up to the user to
define the *xyzzy* environment::
This is a paragraph.
@@ -456,8 +456,8 @@ The middle part translates to |CONTEXT| as follows::
foo {\sc bar} baz
\stop
-Note that the ``\start[foo]``/``\stop``-environment is equivalent
-to ``\startfoo``/``\stopfoo``, except that the environment
+Note that the ``\\start[foo]``/``\\stop``-environment is equivalent
+to ``\\startfoo``/``\\stopfoo``, except that the environment
doesn’t actually need to be defined.
.. caution::