Skip to content

Commit 797b223

Browse files
xypronvstehle
authored andcommitted
chapter4: Variable storage description is inprecise
The text in chapter 4 contains: Firmware needs a method to modify variable storage at runtime while the OS controls access to the device." We explicitly don't require SetVariable() at runtime. But this sentence sounds normative. We should stick to RFC 2119 and add MAY here. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
1 parent 2bb2ae0 commit 797b223

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/chapter4-firmware-media.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ conflict with normal usage of the media by an OS.
3535
* Firmware must be stored on the media in a way that does not conflict
3636
with normal partitioning and usage by the operating system.
3737
* Normal operation of the OS must not interfere with firmware files.
38-
* Firmware needs a method to modify variable storage at runtime while the
38+
* Firmware may need a method to modify variable storage at runtime while the
3939
OS controls access to the device. [#LUVariables]_
4040

4141
.. [#LUVariables] Runtime access to firmware data may still be an issue when

0 commit comments

Comments
 (0)