mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] pcre2: clarify help text
@ 2022-12-27  6:27 Robert Schwebel
  2023-01-06 16:01 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Schwebel @ 2022-12-27  6:27 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

In contrast to what the initial commit (a62611b3ecc234892f5043532b3c0e551ed9d29c)
says, this option is about 8/16/32 bit character support, not about an
8/16/32 bit library. Clarify the help text a bit.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 rules/pcre2.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/pcre2.in b/rules/pcre2.in
index eee635e31..c9b246437 100644
--- a/rules/pcre2.in
+++ b/rules/pcre2.in
@@ -10,15 +10,15 @@ if PCRE2
 
 config PCRE2_8
 	bool
-	prompt "8 bit library"
+	prompt "enable 8 bit character support"
 	default y
 
 config PCRE2_16
 	bool
-	prompt "16 bit library"
+	prompt "enable 16 bit character support"
 
 config PCRE2_32
 	bool
-	prompt "32 bit library"
+	prompt "enable 32 bit character support"
 
 endif
-- 
2.30.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-06 16:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-27  6:27 [ptxdist] [PATCH] pcre2: clarify help text Robert Schwebel
2023-01-06 16:01 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox