commands/regexp: Fix typo
Signed-off-by: Glenn Washburn <development@efficientek.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
parent
712309eaae
commit
1c9c930320
@ -36,7 +36,7 @@ static const struct grub_arg_option options[] =
|
|||||||
groups with parentheses. These groups are
|
groups with parentheses. These groups are
|
||||||
then numbered and you can save some of
|
then numbered and you can save some of
|
||||||
them in variables. In other programs
|
them in variables. In other programs
|
||||||
those components aree often referenced with
|
those components are often referenced with
|
||||||
back slash, e.g. \1. Compare
|
back slash, e.g. \1. Compare
|
||||||
sed -e 's,\([a-z][a-z]*\),lowercase=\1,g'
|
sed -e 's,\([a-z][a-z]*\),lowercase=\1,g'
|
||||||
The whole matching component is saved in VARNAME, not its number.
|
The whole matching component is saved in VARNAME, not its number.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user