summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/wayland.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-12-09 19:01:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-18 10:41:21 +0000
commit6846d4d00bc3a9d4e188ad9c8cfdf6e45cd1ba06 (patch)
tree6a59e9936ac9f2ca063d4fc8a5c4d9ecc9492769 /documentation/dev-manual/wayland.rst
parent474e071608c7c1c97e9dafde810aef5630c716e7 (diff)
downloadpoky-6846d4d00bc3a9d4e188ad9c8cfdf6e45cd1ba06.tar.gz
manuals: define proper numbered lists
Using "#." instead of "1.", "2.", "3.", etc. (From yocto-docs rev: 11c2585acd0fa6c330702af2359ce5a9e47cde1f) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/wayland.rst')
-rw-r--r--documentation/dev-manual/wayland.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/wayland.rst b/documentation/dev-manual/wayland.rst
index bcbf40acc5..097be9cbde 100644
--- a/documentation/dev-manual/wayland.rst
+++ b/documentation/dev-manual/wayland.rst
@@ -78,13 +78,13 @@ Alternatively, you can run Weston through the command-line interpretor
78(CLI), which is better suited for development work. To run Weston under 78(CLI), which is better suited for development work. To run Weston under
79the CLI, you need to do the following after your image is built: 79the CLI, you need to do the following after your image is built:
80 80
811. Run these commands to export ``XDG_RUNTIME_DIR``:: 81#. Run these commands to export ``XDG_RUNTIME_DIR``::
82 82
83 mkdir -p /tmp/$USER-weston 83 mkdir -p /tmp/$USER-weston
84 chmod 0700 /tmp/$USER-weston 84 chmod 0700 /tmp/$USER-weston
85 export XDG_RUNTIME_DIR=/tmp/$USER-weston 85 export XDG_RUNTIME_DIR=/tmp/$USER-weston
86 86
872. Launch Weston in the shell:: 87#. Launch Weston in the shell::
88 88
89 weston 89 weston
90 90