diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 295035c760..501bfecaf0 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -6131,7 +6131,7 @@ system and gives an overview of their function and contents. | |||
6131 | By default, no API key is used, which results in larger delays between API | 6131 | By default, no API key is used, which results in larger delays between API |
6132 | requests and limits the number of queries to the public rate limits posted | 6132 | requests and limits the number of queries to the public rate limits posted |
6133 | at the `NVD developer's page <https://nvd.nist.gov/developers/start-here>`__. | 6133 | at the `NVD developer's page <https://nvd.nist.gov/developers/start-here>`__. |
6134 | 6134 | ||
6135 | NVD API keys can be requested through the | 6135 | NVD API keys can be requested through the |
6136 | `Request an API Key <https://nvd.nist.gov/developers/request-an-api-key>`__ | 6136 | `Request an API Key <https://nvd.nist.gov/developers/request-an-api-key>`__ |
6137 | page. You can set this variable to the NVD API key in your ``local.conf`` file. | 6137 | page. You can set this variable to the NVD API key in your ``local.conf`` file. |
@@ -10399,7 +10399,7 @@ system and gives an overview of their function and contents. | |||
10399 | 10399 | ||
10400 | UBOOT_FIT_TEE_IMAGE ?= "tee-raw.bin" | 10400 | UBOOT_FIT_TEE_IMAGE ?= "tee-raw.bin" |
10401 | 10401 | ||
10402 | If a relative path is provided, the file is expected to be relative to | 10402 | If a relative path is provided, the file is expected to be relative to |
10403 | U-Boot's :term:`B` directory. An absolute path can be provided too, | 10403 | U-Boot's :term:`B` directory. An absolute path can be provided too, |
10404 | e.g.:: | 10404 | e.g.:: |
10405 | 10405 | ||