diff mbox series

[1/4] ref-manual: drop the full stop from the QB_SMP example

Message ID 20260831021255.4064163-1-twoerner@gmail.com
State Accepted
Headers show
Series [1/4] ref-manual: drop the full stop from the QB_SMP example | expand

Commit Message

Trevor Woerner Aug. 31, 2026, 2:12 a.m. UTC
The full stop belongs to the sentence, not to the value. BitBake rejects
the line as printed.

AI-Generated: codex/claude opus 5 (xhigh)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 documentation/ref-manual/variables.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Antonin Godard Sept. 7, 2026, 8:30 a.m. UTC | #1
Applied, thanks!

[1/4] ref-manual: drop the full stop from the QB_SMP example
      commit: 45ad427bc86566d47ff5213e9826a8e81cef412f
[2/4] ref-manual: fix a typo in the QB_SMP description
      commit: 1c923f5f6f3f9b2df6285d07bef56e95f05daf4f
[3/4] dev-manual: quote the values in two recipe examples
      commit: fc81d055ab85d2d55d440f20f442b552d1374a26
[4/4] toaster-manual: spell the json code-block language in lower case
      commit: 3bc15cadd98b071e16cd4a806f284cbfc94fd408
diff mbox series

Patch

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index ae9cbfddf906..95454698f969 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -8266,7 +8266,7 @@  system and gives an overview of their function and contents.
 
       For example::
 
-         QB_SMP = "-smp 8".
+         QB_SMP = "-smp 8"
 
    :term:`QB_TAP_NAMESERVER`