From 1e98a22f24f7eb6c3ab83fdd8649c78e71b129c6 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Thu, 17 Aug 2023 19:01:34 +0900 Subject: [PATCH] Correct warning type name 'target_not_build' -> 'target-not-built' --- doc/man/scons.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/scons.xml b/doc/man/scons.xml index 4a422be8ed..2d68b48ac2 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -2341,7 +2341,7 @@ These warnings are enabled by default. - target_not_build + target-not-built Warnings about a build rule not building the expected targets. These warnings are disabled by default.