]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: fix mkosi section for Environment= setting
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 15 Apr 2025 23:30:25 +0000 (08:30 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 25 Jun 2025 17:17:42 +0000 (18:17 +0100)
(cherry picked from commit f477751b10178d2a5b8c6a186b03fcc04479cbd9)
(cherry picked from commit 329945c70524bd61c3bff4b18814b3eaf3f01428)

docs/TESTING_WITH_SANITIZERS.md

index 39920c64d0803601ebc999c0d1f0d077fc014c6c..c542d9c7201c2143d1d57c437037c739ebd1f3d4 100644 (file)
@@ -18,7 +18,7 @@ compiler you want to use and which part of the test suite you want to run.
 To build with sanitizers in mkosi, create a file `mkosi.local.conf` and add the following contents:
 
 ```
-[Content]
+[Build]
 Environment=SANITIZERS=address,undefined
 ```