diff mbox series

[3/3] doc: specify valid version range in sw-description.rst

Message ID 20211015041851.2122952-3-dominique.martinet@atmark-techno.com
State Accepted
Headers show
Series core/artifacts_version: compare oldstyle versions directly | expand

Commit Message

Dominique MARTINET Oct. 15, 2021, 4:18 a.m. UTC
Signed-off-by: Dominique Martinet <dominique.martinet@atmark-techno.com>
---
 doc/source/sw-description.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/doc/source/sw-description.rst b/doc/source/sw-description.rst
index fd8bd11bdedd..6d6abc11f494 100644
--- a/doc/source/sw-description.rst
+++ b/doc/source/sw-description.rst
@@ -1089,7 +1089,8 @@  If it's false, the new software isn't installed. The goal is to avoid
 installing an older version of software.
 
 In this case, version can be any of 2 formats. Either the version consists
-of *up to* 4 numbers separated by a dot, e.g. `<major>.<minor>.<rev>.<build>`,
+of *up to* 4 numbers in the range 0..65535 separated by a dot,
+e.g. `<major>.<minor>.<rev>.<build>`,
 or it is a `semantic version <https://semver.org>`_.
 
 ::