From 0a82f4b9d99a3662b92443b45cbefc89fc77978d Mon Sep 17 00:00:00 2001 From: Julian Sikorski Date: Tue, 16 Jul 2024 10:46:49 +0200 Subject: [PATCH] Fix hashdir release notes snippet wording --- releng/release-notes-next/hashdir.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/releng/release-notes-next/hashdir.feature b/releng/release-notes-next/hashdir.feature index 2c95ed806..e15bbe0d0 100644 --- a/releng/release-notes-next/hashdir.feature +++ b/releng/release-notes-next/hashdir.feature @@ -1,7 +1,7 @@ A new option `hashdir` has been [added][PR#1399] to the ccache plugin. Setting -it to false the build working directory from the hash used to distinguish two -compilations when generating debuginfo. While this allows the compiler cache -to be shared across different package NEVRs, it might cause the debuginfo to be -incorrect. +it to `False` excludes the build working directory from the hash used to +distinguish two compilations when generating debuginfo. While this allows the +compiler cache to be shared across different package NEVRs, it might cause the +debuginfo to be incorrect. The option can be used for issue bisecting if running the debugger is unnecessary. ([issue#1395][])