Signed-off-by: Glenn Washburn <developm...@efficientek.com> --- grub-core/commands/regexp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/grub-core/commands/regexp.c b/grub-core/commands/regexp.c index 612003f94c82..246af39f058b 100644 --- a/grub-core/commands/regexp.c +++ b/grub-core/commands/regexp.c @@ -36,7 +36,7 @@ static const struct grub_arg_option options[] = groups with parentheses. These groups are then numbered and you can save some of them in variables. In other programs - those components aree often referenced with + those components are often referenced with back slash, e.g. \1. Compare sed -e 's,\([a-z][a-z]*\),lowercase=\1,g' The whole matching component is saved in VARNAME, not its number. -- 2.34.1 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel