summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.rst')
-rw-r--r--documentation/ref-manual/ref-variables.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.rst b/documentation/ref-manual/ref-variables.rst
index 625a37c158..c49c208bc0 100644
--- a/documentation/ref-manual/ref-variables.rst
+++ b/documentation/ref-manual/ref-variables.rst
@@ -696,7 +696,7 @@ system and gives an overview of their function and contents.
696 compiler. Consequently, the syntax follows Python's Regular 696 compiler. Consequently, the syntax follows Python's Regular
697 Expression (re) syntax. The expressions are compared against the full 697 Expression (re) syntax. The expressions are compared against the full
698 paths to the files. For complete syntax information, see Python's 698 paths to the files. For complete syntax information, see Python's
699 documentation at http://docs.python.org/3/library/re.html#re. 699 documentation at https://docs.python.org/3/library/re.html#regular-expression-syntax.
700 700
701 The following example uses a complete regular expression to tell 701 The following example uses a complete regular expression to tell
702 BitBake to ignore all recipe and recipe append files in the 702 BitBake to ignore all recipe and recipe append files in the
@@ -3669,7 +3669,7 @@ system and gives an overview of their function and contents.
3669 The value in ``INITSCRIPT_PARAMS`` is passed through to the 3669 The value in ``INITSCRIPT_PARAMS`` is passed through to the
3670 ``update-rc.d`` command. For more information on valid parameters, 3670 ``update-rc.d`` command. For more information on valid parameters,
3671 please see the ``update-rc.d`` manual page at 3671 please see the ``update-rc.d`` manual page at
3672 http://www.tin.org/bin/man.cgi?section=8&topic=update-rc.d. 3672 https://manpages.debian.org/buster/init-system-helpers/update-rc.d.8.en.html
3673 3673
3674 INSANE_SKIP 3674 INSANE_SKIP
3675 Specifies the QA checks to skip for a specific package within a 3675 Specifies the QA checks to skip for a specific package within a