Base: Fixup forgotten 'example' heading name in Shell man page

As noticed in #3578.
This commit is contained in:
AnotherTest 2020-09-23 08:18:06 +03:30 committed by Andreas Kling
parent f1c0f661f4
commit 642b52cbb8
Notes: sideshowbarker 2024-07-19 02:16:05 +09:00

View file

@ -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 {