From 642b52cbb8f375d95a7c7fb2b46461d3f3aca44b Mon Sep 17 00:00:00 2001 From: AnotherTest Date: Wed, 23 Sep 2020 08:18:06 +0330 Subject: [PATCH] Base: Fixup forgotten 'example' heading name in Shell man page As noticed in #3578. --- Base/usr/share/man/man5/Shell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/usr/share/man/man5/Shell.md b/Base/usr/share/man/man5/Shell.md index 590288d1f8..b24b616c10 100644 --- a/Base/usr/share/man/man5/Shell.md +++ b/Base/usr/share/man/man5/Shell.md @@ -260,7 +260,7 @@ Multiple _patterns_ can be attributed to a single given action by delimiting the The expanded _matched expression_ can optionally be given a name using the `as name` clause after the _matched expression_, with which it may be accessible in the action clauses. -###### +###### Examples ```sh # Match the result of running 'make_some_value' (which is a list when captured by $(...)) match "$(make_some_value)" as value {