diff options
author | AnotherTest <ali.mpfard@gmail.com> | 2020-09-23 08:18:06 +0330 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-09-23 20:46:07 +0200 |
commit | 642b52cbb8f375d95a7c7fb2b46461d3f3aca44b (patch) | |
tree | e5d5c92a624ed1b5cf8d0d41ae4f2ea98beba0a3 | |
parent | f1c0f661f44b54894aee0efb5c76f32af33430d6 (diff) | |
download | serenity-642b52cbb8f375d95a7c7fb2b46461d3f3aca44b.zip |
Base: Fixup forgotten 'example' heading name in Shell man page
As noticed in #3578.
-rw-r--r-- | Base/usr/share/man/man5/Shell.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |