From: Yu Watanabe Date: Tue, 15 Apr 2025 23:30:25 +0000 (+0900) Subject: docs: fix mkosi section for Environment= setting X-Git-Tag: v258-rc1~809 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f477751b10178d2a5b8c6a186b03fcc04479cbd9;p=thirdparty%2Fsystemd.git docs: fix mkosi section for Environment= setting --- diff --git a/docs/TESTING_WITH_SANITIZERS.md b/docs/TESTING_WITH_SANITIZERS.md index 0b4e7265400..f49915a20af 100644 --- a/docs/TESTING_WITH_SANITIZERS.md +++ b/docs/TESTING_WITH_SANITIZERS.md @@ -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/mkosi.local.conf` and add the following contents: ``` -[Content] +[Build] Environment=SANITIZERS=address,undefined ```