diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-12-09 19:01:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-18 10:41:21 +0000 |
commit | 6846d4d00bc3a9d4e188ad9c8cfdf6e45cd1ba06 (patch) | |
tree | 6a59e9936ac9f2ca063d4fc8a5c4d9ecc9492769 /documentation/ref-manual/classes.rst | |
parent | 474e071608c7c1c97e9dafde810aef5630c716e7 (diff) | |
download | poky-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/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index de5f108fb1..7f760c5ba4 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -979,11 +979,11 @@ by default (as specified by :term:`IMAGE_BUILDINFO_FILE`). | |||
979 | This can be useful for manually determining the origin of any given | 979 | This can be useful for manually determining the origin of any given |
980 | image. It writes out two sections: | 980 | image. It writes out two sections: |
981 | 981 | ||
982 | 1. `Build Configuration`: a list of variables and their values (specified | 982 | #. `Build Configuration`: a list of variables and their values (specified |
983 | by :term:`IMAGE_BUILDINFO_VARS`, which defaults to :term:`DISTRO` and | 983 | by :term:`IMAGE_BUILDINFO_VARS`, which defaults to :term:`DISTRO` and |
984 | :term:`DISTRO_VERSION`) | 984 | :term:`DISTRO_VERSION`) |
985 | 985 | ||
986 | 2. `Layer Revisions`: the revisions of all of the layers used in the | 986 | #. `Layer Revisions`: the revisions of all of the layers used in the |
987 | build. | 987 | build. |
988 | 988 | ||
989 | Additionally, when building an SDK it will write the same contents | 989 | Additionally, when building an SDK it will write the same contents |